From 7b824e0268575e4c13c624b54b2a1280aa295f7f Mon Sep 17 00:00:00 2001 From: Yevhenii Shapovalov Date: Thu, 9 Nov 2017 13:39:24 +0200 Subject: add tests --- tests/Smoke/hello.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/Smoke/hello.lua (limited to 'tests/Smoke/hello.lua') 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") -- cgit