Browse Source

cleanups.

Mark Sibly 9 years ago
parent
commit
b99517abcc
1 changed files with 2 additions and 0 deletions
  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