소스 검색

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