These repo contains the answers to the adventofcode implemented with Dart.
The boilerplate for a new day can be generated by calling:
dart run lib/gen_day.dart
This will automatically generate the successive day Eg: last day at /lib/days/ is 7.dart then 8.dart will be generated.
Or if you want to specify a day you can too:
dart run lib/gen_day.dart 11