hangme/src/hangme.nim
2020-08-17 22:44:46 -07:00

8 lines
208 B
Nim

# 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 hangmepkg/submodule
when isMainModule:
echo(getWelcomeMessage())