Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.4 KB

README.org

File metadata and controls

66 lines (51 loc) · 1.4 KB

Advent of Code 2022 in Clojure

This is a repository for my solutions for the Advent of Code 2022 in Clojure. For the Common Lisp Version click here.

Requirements

Development Setup

clone the repository and in the root directory simply run the command clj -M:dev in your terminal followed by the day number.

For example, for day 4 run:

clj -M:dev 4

You Can also run all the tests using the following command:

clj -M:test

Progress

  • [X] Day 01
  • [X] Day 02
  • [X] Day 03
  • [X] Day 04
  • [X] Day 05
  • [X] Day 06
  • [X] Day 07
  • [X] Day 08
  • [X] Day 09
  • [X] Day 10
  • [X] Day 11
  • [X] Day 12
  • [X] Day 13
  • [ ] Day 14
  • [ ] Day 15
  • [ ] Day 16
  • [ ] Day 17
  • [ ] Day 18
  • [ ] Day 19
  • [ ] Day 20
  • [ ] Day 21
  • [ ] Day 22
  • [ ] Day 23
  • [ ] Day 24
  • [ ] Day 25
  • [ ] Day 26
  • [ ] Day 27
  • [ ] Day 28
  • [ ] Day 29
  • [ ] Day 30

Helpful Resources