Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
bed809264fc3b8df676b896a04b620182d3a4ed2
/
.
/
src
/
lisp
/
test.lisp
blob: ee6773e1ad23e3f754272367fa96968f8c722ece [
file
] [
log
] [
blame
]
swissChili
bed8092
2021-04-13 21:58:05 -0700
[
diff
] [
blame^
]
1
(
defun
my-fun
(
a b
)
2
(
display
t
"%a\n"
(
+
a b
)))