From f79bae33c93a5440d7a392dd08293f89d556fd4f Mon Sep 17 00:00:00 2001 From: Maul Date: Thu, 31 Oct 2019 20:22:24 +0700 Subject: [PATCH] hello world moonscript --- Moonscript/HelloWorld.moon | 1 + 1 file changed, 1 insertion(+) create mode 100644 Moonscript/HelloWorld.moon diff --git a/Moonscript/HelloWorld.moon b/Moonscript/HelloWorld.moon new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/Moonscript/HelloWorld.moon @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file