(defn add-broken | |
"Broken - Could not fix it" | |
[a b] | |
(+ 1 a b)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(defn add-broken | |
"Broken - Could not fix it" | |
[a b] | |
(+ 1 a b)) |