5 lines
60 B
Text
5 lines
60 B
Text
func main {
|
|
with args
|
|
"Hello World!\n" puts
|
|
0
|
|
}
|