Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 503 Bytes

aoc23

Advent of Code 2023 in clojure. I usually last a week or so.

Running Tests

lein test

Days

Day 1 - Done.

With help from reddit on part 2, both on what the catch was and a clean way to handle it. I ended up rewriting my code to use u/EyedMoon's much better idea.