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