Forgot to set this back

This was using the sample row.
This commit is contained in:
2022-12-15 15:05:19 -06:00
parent ea72d12566
commit df9a0f9a6e

View File

@ -43,7 +43,7 @@ internal class Day15 : Day
internal override string Part1() internal override string Part1()
{ {
int interestedY = 10; int interestedY = 2000000;
HashSet<ivec2> emptySpace = new(); HashSet<ivec2> emptySpace = new();
for (int i = 0; i < knownSensors.Count; i++) for (int i = 0; i < knownSensors.Count; i++)
{ {