Setup day 5
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:adventofcode2025/day1/command.dart' as day1;
|
||||
import 'package:adventofcode2025/day2/command.dart' as day2;
|
||||
import 'package:adventofcode2025/day3/command.dart' as day3;
|
||||
import 'package:adventofcode2025/day4/command.dart' as day4;
|
||||
import 'package:adventofcode2025/day5/command.dart' as day5;
|
||||
|
||||
import 'package:args/command_runner.dart';
|
||||
|
||||
@@ -11,5 +12,6 @@ void main(List<String> arguments) {
|
||||
..addCommand(day2.Day2Command())
|
||||
..addCommand(day3.Day3Command())
|
||||
..addCommand(day4.Day4Command())
|
||||
..addCommand(day5.Day5Command())
|
||||
..run(arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user