Fork me on GitHub
#adventofcode
<
2016-12-03
>
fellshard06:12:10

Made it on the leaderboard for the gold star!! (even if it is near the bottom)

fellshard06:12:45

This one was perfect for Clojure, too; part B was accomplished with just two additional lines.

fellshard07:12:24

Well, and one function. I find myself writing transpose a lot...

fellshard07:12:26

(defn transpose [s] (vec (apply map vector s)))