fix(*): Fix day 14 part 1

This commit is contained in:
Josh Creek
2021-12-14 10:09:58 +00:00
parent 58cd160e82
commit f3e906e8fb
+2 -2
View File
@@ -39,8 +39,8 @@
}); });
} }
// Set the number of steps to run (1 lower than expected due to 0 indexing) // Set the number of steps to run
for (int i = 0; i < 9; i++) for (int i = 0; i < 10; i++)
{ {
CompleteStep(ref polymerTemplate, ref lines, rules); CompleteStep(ref polymerTemplate, ref lines, rules);
//Console.WriteLine($"After step {i+1}: {polymerTemplate}"); //Console.WriteLine($"After step {i+1}: {polymerTemplate}");