8/src/hh1.nim
2024-07-19 21:06:17 +05:30

7 lines
202 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 hh1/submodule
when isMainModule:
echo(getWelcomeMessage())