Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 488 Bytes

Advent of Code 2021

A dart application solving the advent of code problems.

Repo structure

The solutions can be found bin /bin, organized per day. The /lib folders contains utility methods and classes that help run the solutions. Each day comes with a test suite that (at least) covers the test samples provided by the advent of code.

Run

If not taken care of by the IDE, install packages using dart pub get. Then, dart run bin/main.dart