From 85fb2bff38b2ef6cb17e86c5f602ee09a365b117 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Wed, 28 Aug 2019 00:57:57 -0400 Subject: Added LuaBridge support --- lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua (limited to 'lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua') diff --git a/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua b/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua new file mode 100644 index 0000000..0925498 --- /dev/null +++ b/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/hello.lua @@ -0,0 +1,3 @@ +-- the first program in every language + +io.write("Hello world, from ",_VERSION,"!\n") -- cgit v1.2.3