hangme/src/hangme.nim

8 lines
208 B
Nim
Raw Permalink Normal View History

2020-08-17 22:44:46 -07:00
# 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())