nimblog/src/nimblog.nim

6 lines
176 B
Nim
Raw Normal View History

2022-04-07 17:03:56 +00:00
# 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!")