From 0c60ebbdec3c5fc9f3dff551ad01843a0f281548 Mon Sep 17 00:00:00 2001 From: nate <89249903+natejw@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:13:24 +1100 Subject: [PATCH] Create helloworld.lua --- focal/testing/helloworld.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 focal/testing/helloworld.lua diff --git a/focal/testing/helloworld.lua b/focal/testing/helloworld.lua new file mode 100644 index 0000000..c3e4608 --- /dev/null +++ b/focal/testing/helloworld.lua @@ -0,0 +1 @@ +print("Hello World!)