(defn add-five [x] (+ 5 x))

(println (add-five (read-string "11")))
(println (read-string "11"))