phi-lang/program.phi
2025-09-10 15:43:53 +02:00

6 lines
99 B
Plaintext

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