Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 278 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 278 Bytes

Advent of Code 2021

This is a repo in which I share my solutions to the AOC 2021.

The project does not use any build system in particular (yet). Each day/task is a different file/class, sharing only common utils in utils folder and implementing Solution interface.