aboutsummaryrefslogtreecommitdiff
path: root/sandbox/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/hello.lua')
-rw-r--r--sandbox/hello.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/hello.lua b/sandbox/hello.lua
new file mode 100644
index 0000000..b2bf135
--- /dev/null
+++ b/sandbox/hello.lua
@@ -0,0 +1,2 @@
+local hello = "Hello"
+print (hello.." World!")