aboutsummaryrefslogtreecommitdiff
path: root/src/main.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.nim')
-rw-r--r--src/main.nim5
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
4when isMainModule:
5 echo("Hello, World!")