summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim')
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim b/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim
new file mode 100644
index 0000000000..06dbbf298f
--- /dev/null
+++ b/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim
@@ -0,0 +1,7 @@
+# This is just an example to get you started. A typical hybrid package
+# uses this file as the main entry point of the application.
+
+import %{ProjectName}pkg/submodule
+
+when isMainModule:
+ echo(getWelcomeMessage())