Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
ca107a092297fbb6a58d0eb7944f6bf8c75897c5
/
.
/
src
/
lisp
/
test.lisp
blob: 2ddedd8c315ed50e609e7a3173f7355e8d392839 [
file
] [
log
] [
blame
]
(
defun
my-fun
(
a b
)
(
display
t
"%a\n"
(
+
a b
)))
(
defun
main
(
)
(
my-fun pi four
))