浏览代码

cleanups.

Mark Sibly 9 年之前
父节点
当前提交
b99517abcc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      hello-world.monkey2

+ 2 - 0
hello-world.monkey2

@@ -27,6 +27,8 @@ End
 
 Function Main()
 
+	Print "Hello World!"
+
 	New AppInstance
 	
 	New MyWindow