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