2022-03-31 21:23:57 +02:00

4 lines
66 B
Plaintext

func helloworld() begin
print "Hello, World!"
return 0
end