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