5 lines
85 B
Text
5 lines
85 B
Text
|
|
Function Run(args() as String) As Integer
|
||
|
|
Print "Hello world!"
|
||
|
|
Quit
|
||
|
|
End Function
|