8 lines
68 B
Text
8 lines
68 B
Text
|
' Gambas module file
|
||
|
|
||
|
Public Sub Main()
|
||
|
|
||
|
Print "Hello world"
|
||
|
|
||
|
End
|