From e2c84ba7c233ca1254098e34d628db2b2fe6c3a9 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 7 Oct 2020 17:23:49 -0700 Subject: [PATCH] Add hello world example Signed-off-by: Alek Ratzloff --- examples/hello.not | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/hello.not diff --git a/examples/hello.not b/examples/hello.not new file mode 100644 index 0000000..57e9dad --- /dev/null +++ b/examples/hello.not @@ -0,0 +1 @@ +println("Hello, world!")