isbpl/examples/helloworld.isbpl
2022-05-17 20:02:18 +02:00

5 lines
60 B
Text

func main {
with args
"Hello World!\n" puts
0
}