Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0fc3f26c14e9a24896246d81e2b51b176c968d8b
/
.
/
src
/
lisp
/
test-closures.lisp
blob: 576834c49d9323e699758e56c3abd27158997919 [
file
] [
log
] [
blame
]
swissChili
ddc9754
2021-07-04 11:47:42 -0700
[
diff
] [
blame
]
1
(
defun
main
(
)
swissChili
53e7cd1
2021-08-02 21:55:53 -0700
[
diff
] [
blame
]
2
(
print
(
reduce
#
'
+
3
(
list
1
2
3
4
)
4
0
)))