updated examples to use _start

This commit is contained in:
Luxferre
2026-07-06 12:56:48 +03:00
parent c303bb70b0
commit 052d58b6f7
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -1,4 +1,2 @@
#!/usr/bin/env clyx
:: _main [
"Hello from Clyx!" puts cr
]
_start [ "Hello from Clyx!" puts cr ]