8 lines
208 B
Nim
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())
|