2022-10-23 08:01:15 -05:00

5 lines
63 B
Plaintext

(func main (result int)
(print "Hello World")
(return 0)
)