4 lines
70 B
Text
4 lines
70 B
Text
|
|
(define $main
|
||
|
|
(lambda [$argv]
|
||
|
|
(write-string "Hello world!\n")))
|