9 lines
90 B
Text
9 lines
90 B
Text
|
func main 1
|
||
|
with args
|
||
|
const str HW
|
||
|
Hello, world!
|
||
|
end HW
|
||
|
call println
|
||
|
const mega 3
|
||
|
end
|