From ec25bb19d1e6358d6cd4916183c37cee7a418215 Mon Sep 17 00:00:00 2001 From: Bernardo Cozac <96271994+source-ct@users.noreply.github.com> Date: Mon, 20 Dec 2021 00:53:49 +0000 Subject: [PATCH] Create helloworld.lua --- LUA/helloworld.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LUA/helloworld.lua 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