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