summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/binary/src/binary.nim
blob: 862d40c24728b14541deebe17e18f5735b1ebfc9 (plain)
1
2
3
4
5
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.

when isMainModule:
  echo("Hello, World!")