commit def73419fc1240463ce9d1783f3a6338b828e8bb Author: Nick Overdijk Date: Sat Apr 21 03:03:37 2012 +0200 Adds hello world, our first program! 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