AOC2023: Implement day25 part1

7 starts missing + partly broken day22. I might finish these soon...
This commit is contained in:
2023-12-26 20:04:42 +02:00
parent 3939da4fb0
commit 8b5e437936
4 changed files with 273 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
int main()
{
for (int i = 1; i <= 24; i++)
for (int i = 1; i <= 25; i++)
{
if (i == 22)
continue;