undar-lang/bench/add.lisp

5 lines
76 B
Common Lisp

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