Skip to content

rschmukler/advent-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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