Setup day 4 command
This commit is contained in:
@@ -58,6 +58,7 @@ class Day1Command extends Command {
|
||||
print(
|
||||
"Expected 1 positional arguments, found ${argResults!.rest.length}",
|
||||
);
|
||||
exit(1);
|
||||
}
|
||||
var fileName = argResults!.rest[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user