Skip to content

Instantly share code, notes, and snippets.

@rrees
Created May 5, 2016 22:13
Show Gist options
  • Save rrees/c1eb01febbc621d8204c79e122b54da2 to your computer and use it in GitHub Desktop.
Save rrees/c1eb01febbc621d8204c79e122b54da2 to your computer and use it in GitHub Desktop.

Revisions

  1. rrees created this gist May 5, 2016.
    3 changes: 3 additions & 0 deletions hackerrank-stub.clj
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    (let [in (slurp *in*)
    lines (clojure.string/split in #"\s")]
    (println lines))