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