From 41b8335927a43ddb146c05bfb646891a299828b8 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 31 Aug 2025 00:47:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=97=AC=EB=A1=9C=EC=9B=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorial/_0001_HelloWorld.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 tutorial/_0001_HelloWorld.lua diff --git a/tutorial/_0001_HelloWorld.lua b/tutorial/_0001_HelloWorld.lua new file mode 100644 index 0000000..5352774 --- /dev/null +++ b/tutorial/_0001_HelloWorld.lua @@ -0,0 +1 @@ +print("Hello World")