summaryrefslogtreecommitdiff
path: root/share/lua/test/hello.lua
diff options
context:
space:
mode:
authormnicky <xmnicky@gmail.com>2013-11-05 10:59:48 +0100
committermnicky <xmnicky@gmail.com>2013-11-05 10:59:48 +0100
commitc458b53b732dbdcb72a80c76794881e6db21f3ed (patch)
tree1f2655f1479fc4a21dda0a1b5a33796e791b5b40 /share/lua/test/hello.lua
downloadlua-c458b53b732dbdcb72a80c76794881e6db21f3ed.tar.gz
[luadist-git] add lua-5.1.5-Debian-x86_64 [ci skip]5.1.5-Debian-x86_64Debian-x86_64
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")