6 lines
176 B
Nim
6 lines
176 B
Nim
|
# This is just an example to get you started. A typical binary package
|
||
|
# uses this file as the main entry point of the application.
|
||
|
|
||
|
when isMainModule:
|
||
|
echo("Hello, World!")
|