AOC2023: Implement day24 part1

This commit is contained in:
2023-12-26 14:10:49 +02:00
parent 910a57089b
commit d87fa1a7ea
4 changed files with 162 additions and 1 deletions

View File

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