Welcome to AOC - 2021. This repo contains solutions for AOC code problems in clojure.
Read more about AOC here.
Sample inputs are present in the inputs directory. Solutions and answers are sectioned in the problem-<day-no> file.
In order to check answer of sample inputs given in problem statements, check tests.
To check answer with the puzzle input(present in inputs dir) check answer-part-1 & answer-part-2
clj -X:test