GitHub_collection_hello-world/r/realbasic.realbasic
Richie Bendall cb67fabf2f
Add Echolisp, Realbasic, Rebol, Retro, Rtl2 and Xlisp
Fixes: #533
Co-Authored-By: Alexander von Recum <avrecum@users.noreply.github.com>
2020-03-30 18:41:51 +13:00

5 lines
84 B
Plaintext

Function Run(args() as String) As Integer
Print "Hello World"
Quit
End Function