sourcehut
Log in
—
Register
~brenns10
/
funlisp
summary
tree
log
refs
ref:
f5355392ee9cf9d72cb27f59a91f059ada9804b1
funlisp
/
scripts
/hello_world.lisp
-rw-r--r--
58 bytes
View
Log
Blame
View raw
f5355392
—
Stephen Brennan
Fix output with runfile
3 years ago
1
2
3
(
define
main
(
lambda
(
args
)
(
print
"hello world"
)))