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