From def73419fc1240463ce9d1783f3a6338b828e8bb Mon Sep 17 00:00:00 2001 From: Nick Overdijk Date: Sat, 21 Apr 2012 03:03:37 +0200 Subject: [PATCH] Adds hello world, our first program! --- hello_world.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.lua diff --git a/hello_world.lua b/hello_world.lua new file mode 100644 index 0000000..442659b --- /dev/null +++ b/hello_world.lua @@ -0,0 +1 @@ +print("Hello world!") \ No newline at end of file