/advent-2020

Advent of Code 2020

Primary LanguageClojure

Advent of Code 2020

Project Structure

Similar to last year's attempt I will be using Clojure.

The project follows a familiar structure with the src/ directory being used for source code, the test/ directory being used for tests, and resources/ will be used for any input files provided.

Libraries

Like last year, I may reach for libraries either because I enjoy solving problems with them, or because I'd like to play with them.

On radar for this year:

Logic

Concurrency

Misc / Utility