8 lines
206 B
Nim
8 lines
206 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 noether/submodule
|
||
|
|
|
||
|
|
when isMainModule:
|
||
|
|
echo(getWelcomeMessage())
|