AOC2023: Implement day25 part1
7 starts missing + partly broken day22. I might finish these soon...
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
for (int i = 1; i <= 24; i++)
|
||||
for (int i = 1; i <= 25; i++)
|
||||
{
|
||||
if (i == 22)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user