diff --git a/LUA/helloworld.lua b/LUA/helloworld.lua new file mode 100644 index 0000000..187577d --- /dev/null +++ b/LUA/helloworld.lua @@ -0,0 +1,3 @@ +-- Hello,World! Made by Source-CT + +print("Hello,World!") \ No newline at end of file