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