X-Git-Url: http://git.jkinsey.net/?a=blobdiff_plain;f=src%2Fadventofcode2019%2Flib.clj;h=834893c31815f6ccd28447ef4cc3f1d1ccec7b0d;hb=c0bc8aca2b8f66f69477d719c1a040c4e56cecc2;hp=e84621639e655f385ba0158994ec687a60fdb613;hpb=cca08f5d8b235974166ebf040bf8426bf1ad786e;p=adventofcode2019.git diff --git a/src/adventofcode2019/lib.clj b/src/adventofcode2019/lib.clj index e846216..834893c 100644 --- a/src/adventofcode2019/lib.clj +++ b/src/adventofcode2019/lib.clj @@ -14,3 +14,8 @@ (def parse-int #(Integer/parseInt %)) + +(def part1 + #(println (str "Part 1: " %))) +(def part2 + #(println (str "Part 2: " %)))