Skip to content

Instantly share code, notes, and snippets.

@narenaryan
Created April 1, 2015 04:25
Show Gist options
  • Save narenaryan/802f91d857989ea46665 to your computer and use it in GitHub Desktop.
Save narenaryan/802f91d857989ea46665 to your computer and use it in GitHub Desktop.
(do (println "Enter a number")
(let [num (read-string (read-line))]
(println (str "you" "entered" num))
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment