summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
blob: c4185a4c1ccc9ed2ed65dbb678f30d98f5f393c9 (plain)
1
2
3
4
5
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!"