Files
clyx/examples/hello.clx
T
2026-07-05 18:39:20 +03:00

5 lines
62 B
Plaintext
Executable File

#!/usr/bin/env clyx
:: _main [
"Hello from Clyx!" puts cr
]