AOC2023: Implement day20 part1

This commit is contained in:
2023-12-24 13:39:26 +02:00
parent b833239a82
commit ce990c3026
4 changed files with 213 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
int main()
{
for (int i = 1; i <= 19; i++)
for (int i = 1; i <= 20; i++)
{
printf("day %d:\n", i);