This folder contains my Dart solutions for Advent of Code 2022 challenges, organized by day.
- Solutions are in folders labeled by day (e.g.,
day-01
) within thelib
one. - Each day includes Dart code files (
main.dart
, etc.) and aninput.txt
file. - Unit tests are available within the
test
folder.
Explore and use these solutions as references. Run them with Dart installed.
These solutions are educational; they might not be optimized. Understand the logic rather than blindly using it.
Contributions to improve or add new solutions are welcome!