Setup day 4 command

This commit is contained in:
2025-12-08 11:30:50 -06:00
parent 6e3781be93
commit 5acf83e63d
5 changed files with 41 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class Day3Command extends Command {
print(
"Expected 1 positional arguments, found ${argResults!.rest.length}",
);
exit(1);
}
var filePath = argResults!.rest[0];