Created
May 5, 2016 22:13
-
-
Save rrees/c1eb01febbc621d8204c79e122b54da2 to your computer and use it in GitHub Desktop.
Hackerrank stub for handling IO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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