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, 0 insertions, 2 deletions
diff --git a/sandbox/hello.lua b/sandbox/hello.lua
deleted file mode 100644
index b2bf135..0000000
--- a/sandbox/hello.lua
+++ /dev/null
@@ -1,2 +0,0 @@
-local hello = "Hello"
-print (hello.." World!")