From 9f8e7cc81fce29aa8ddeea352b1ee1e0bd8bfc42 Mon Sep 17 00:00:00 2001 From: metamethods Date: Mon, 30 Dec 2024 21:16:35 -0800 Subject: [PATCH] feat: added hello-world.lua --- hello-world.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello-world.lua diff --git a/hello-world.lua b/hello-world.lua new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/hello-world.lua @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file