phi-lang/program.phi
2025-09-09 16:12:15 +02:00

7 lines
100 B
Plaintext

(fn hello () (do
(call println "hello world")
(call println "hello world")
))
(call hello)