Files
clyx/examples/hello.clx
T

3 lines
54 B
Plaintext
Raw Normal View History

2026-07-05 17:40:48 +03:00
#!/usr/bin/env clyx
2026-07-07 10:56:11 +03:00
_start [ say "Hello from Clyx!" ]