Hello World! Not just a Hello.

This commit is contained in:
Santhosh Kumar Srinivasan
2016-10-16 11:46:08 -04:00
committed by GitHub
parent 3bab02464b
commit fb593212f4

View File

@@ -2,7 +2,7 @@
public function Main()
code
call Msgbox("Hello", "My first program", "OK")
call Msgbox("Hello World!", "My first program", "OK")
end function
end class