Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 283 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 283 Bytes

Advent of Code in Dart

You can find all the solutions in the lib directory. Each day has its own file.

Running the solutions

In the test folder you can run each day to see the solutions. For example, to run day 1, you can run:

dart test/2022/day_1_test.dart