Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8b5ec7a9a45e19ceb7633371fa19f1fa6e7252cd
/
.
/
src
/
lisp
/
test-closures.lisp
blob: 576834c49d9323e699758e56c3abd27158997919 [
file
] [
log
] [
blame
]
(
defun
main
(
)
(
print
(
reduce
#
'
+
(
list
1
2
3
4
)
0
)))