Setup day 5

This commit is contained in:
2025-12-09 15:18:20 -06:00
parent 08ac0266fc
commit 96bc4c9ecd
5 changed files with 1252 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ class Day4Command extends Command {
final name = "day4";
@override
final description = "Run Advent of Code 2025 Day 3";
final description = "Run Advent of Code 2025 Day 4";
Day4Command() {
// we can add command specific arguments here.