Files
clyx/examples/hello.clx
T

5 lines
59 B
Plaintext
Raw Normal View History

2026-07-05 17:40:48 +03:00
#!/usr/bin/env clyx
:: _main [
"Hello, world!" puts cr
]