summaryrefslogtreecommitdiffstats
path: root/tests/Smoke/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Smoke/hello.lua')
-rw-r--r--tests/Smoke/hello.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Smoke/hello.lua b/tests/Smoke/hello.lua
new file mode 100644
index 0000000..0768a9d
--- /dev/null
+++ b/tests/Smoke/hello.lua
@@ -0,0 +1,4 @@
+-- hello.lua
+-- the first program in every language
+
+io.write("Hello world, from ",_VERSION,"!\n")