Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
77eb1474aebd0f7b8a7f834830f1a3868bf41e5c
/
.
/
src
/
lisp
/
test.lisp
blob: 08b96badfe20a7716b27ad791729679f0c0ba82c [
file
] [
log
] [
blame
]
(
defun
add-two
(
a
)
(
+
a
2
))
(
defun
main
(
)
(
if
t
(
print
(
add-two
(
*
4
3
)))
(
print
(
-
3
6
))))