6 lines
49 B
Text
6 lines
49 B
Text
|
|
Public Sub Main()
|
||
|
|
|
||
|
|
Shell "echo Hello World"
|
||
|
|
|
||
|
|
End
|