Day 20 solution
I would have had this done last night, but... _unintelligible muttering about key[0] being '#' in the real input and '.' in the sample... Day 19 is...still vexing me. Maybe I'll get back to it later.
This commit is contained in:
@ -36,7 +36,8 @@ else
|
||||
"15" => new Day15(),
|
||||
"16" => new Day16(),
|
||||
"17"=> new Day17(),
|
||||
_ => new Day18(),
|
||||
"18" => new Day18(),
|
||||
_ => new Day20(),
|
||||
};
|
||||
day.Go();
|
||||
}
|
||||
|
Reference in New Issue
Block a user