Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8fc5e2f3da976b6808039bd4bc39eb19fe24a4c5
/
.
/
src
/
lisp
/
test.lisp
blob: 68cc615660f82cae0694a7cb21cd7d20c005972a [
file
] [
log
] [
blame
]
(
defun
two-plus-two
(
)
(
+
2
2
))
(
defun
main
(
)
(
print
"64 / (2 + 2) ="
)
(
print
(
/
64
(
two-plus-two
))))