Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 256 Bytes

aoc-2022

Advent of Code 2022 in Clojure

Usage

lein test

or to run a specific day

lein test :only aoc-2022.dayXX-test

Or configure project.clj to run the specific day solutions and execute

lein run