sshc/hello.lang
2026-08-20 02:58:34 +02:00

6 lines
50 B
Plaintext

(fn main () int (
(call println "hello")
))