Skip to content

Instantly share code, notes, and snippets.

@rrees
Created May 5, 2016 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rrees/c1eb01febbc621d8204c79e122b54da2 to your computer and use it in GitHub Desktop.
Save rrees/c1eb01febbc621d8204c79e122b54da2 to your computer and use it in GitHub Desktop.
Hackerrank stub for handling IO
(let [in (slurp *in*)
lines (clojure.string/split in #"\s")]
(println lines))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment