1
0
Fork 0
undar-lang-old/bench/add.lisp

5 lines
76 B
Common Lisp

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