1
0
Fork 0
reality-engine/bench/add.lisp

5 lines
78 B
Common Lisp

(lambda add-two (a b)
(return (add a b)))
(print (to-string (add-two 1 1)))