summaryrefslogtreecommitdiffstats
path: root/tests/Smoke/hello.lua
diff options
context:
space:
mode:
authorYevhenii Shapovalov <yshapova@redhat.com>2017-11-09 13:39:24 +0200
committerYevhenii Shapovalov <yshapova@redhat.com>2017-11-09 13:39:24 +0200
commit7b824e0268575e4c13c624b54b2a1280aa295f7f (patch)
tree4ae2e36e9e6b708845fb15fdd002f0e20c384421 /tests/Smoke/hello.lua
parent8a0d5153089bcc081fd088027b52b4c90c76b769 (diff)
downloadlua-add_test.tar.gz
lua-add_test.tar.xz
lua-add_test.zip
add testsHEADadd_test
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")