diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.nim b/src/main.nim new file mode 100644 index 0000000..862d40c --- /dev/null +++ b/src/main.nim | |||
@@ -0,0 +1,5 @@ | |||
1 | # This is just an example to get you started. A typical binary package | ||
2 | # uses this file as the main entry point of the application. | ||
3 | |||
4 | when isMainModule: | ||
5 | echo("Hello, World!") | ||