Files
clyx/examples/hello.clx
T

5 lines
62 B
Plaintext
Raw Normal View History

2026-07-05 17:40:48 +03:00
#!/usr/bin/env clyx
:: _main [
2026-07-05 18:39:20 +03:00
"Hello from Clyx!" puts cr
2026-07-05 17:40:48 +03:00
]