RosettaCodeData/Task/Hello-world-Text/REALbasic/hello-world-text.realbasic

5 lines
85 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
Function Run(args() as String) As Integer
2015-11-18 06:14:39 +00:00
Print "Hello world!"
2013-04-10 22:43:41 -07:00
Quit
End Function