5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
Function Run(args() as String) As Integer
|
|
Print "Hello World"
|
|
Quit
|
|
End Function
|