5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
(defn add2 [a $t b $t] t (+ a b))
|
|
|
|
(defn main [] ()
|
|
(println (add2 1 2)))
|