mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Forgot to set this back
This was using the sample row.
This commit is contained in:
@ -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++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user