Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
402a3831795e76666a3c26b8ead8423fa0cd90f0
/
.
/
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
))))