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