Cleanup code

This commit is contained in:
2025-11-30 12:02:28 -06:00
parent eaa293a47c
commit d4028d669a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,6 @@ import 'package:adventofcode2025/day1/command.dart' as day1;
import 'package:args/command_runner.dart';
const help = 'help';
const dayNumber = 'day';
void main(List<String> arguments) {
CommandRunner("adventofcode2025", "Advent of Code 2025 solutions")
..addCommand(day1.Day1Command())