From 45ad627570ce08efd6ebec1cd0c723438d856894 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 10 Nov 2018 15:12:33 +0100 Subject: Init project --- src/main.nim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main.nim (limited to 'src') 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 @@ +# 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!") -- cgit v1.2.3