sourcehut
Log in
—
Register
~jojo
/
Carth
summary
tree
log
refs
ref:
ee5251b9b8bf725c1d5499fedf9c9671308fa476
Carth
/
examples
/hello-world.carth
-rw-r--r--
82 bytes
View
Log
Blame
View raw
ee5251b9
—
JoJo
Glob exports in AST modules -- minor refactor / cleanup
2 years ago
1
2
3
4
5
(import std) (define (main unit) (display (str-append "Hello, world!" "\n")))