undar-lang/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)))