diff options
author | pacien | 2018-11-10 15:12:33 +0100 |
---|---|---|
committer | pacien | 2018-11-10 15:12:33 +0100 |
commit | 45ad627570ce08efd6ebec1cd0c723438d856894 (patch) | |
tree | cf2fce6cc065be59448de034b1c993504b11be0f /src | |
download | gziplike-45ad627570ce08efd6ebec1cd0c723438d856894.tar.gz |
Init project
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!") | ||