From 47be7eebd14b410491a460b7000282707a8bef67 Mon Sep 17 00:00:00 2001 From: Brian Christian <11952260+fdeitylink@users.noreply.github.com> Date: Sun, 1 Oct 2017 14:13:47 -0400 Subject: [PATCH] Create hello.lua --- hello.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.lua diff --git a/hello.lua b/hello.lua new file mode 100644 index 0000000..f7cf60e --- /dev/null +++ b/hello.lua @@ -0,0 +1 @@ +print("Hello, world!")