Files
clyx/examples/hello.clx
T

3 lines
58 B
Plaintext
Raw Normal View History

2026-07-05 17:40:48 +03:00
#!/usr/bin/env clyx
2026-07-06 12:56:48 +03:00
_start [ "Hello from Clyx!" puts cr ]