aboutsummaryrefslogtreecommitdiff
path: root/src/main.nim
diff options
context:
space:
mode:
authorpacien2018-11-10 15:12:33 +0100
committerpacien2018-11-10 15:12:33 +0100
commit45ad627570ce08efd6ebec1cd0c723438d856894 (patch)
treecf2fce6cc065be59448de034b1c993504b11be0f /src/main.nim
downloadgziplike-45ad627570ce08efd6ebec1cd0c723438d856894.tar.gz
Init project
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!")