summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim')
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim b/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
new file mode 100644
index 0000000000..c4185a4c1c
--- /dev/null
+++ b/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
@@ -0,0 +1,6 @@
+# This is just an example to get you started. Users of your hybrid library will
+# import this file by writing ``import %{ProjectName}pkg/submodule``. Feel free to rename or
+# remove this file altogether. You may create additional modules alongside
+# this file as required.
+
+proc getWelcomeMessage*(): string = "Hello, World!"