AOC2023: Implement day21 part1

This commit is contained in:
2023-12-24 14:58:21 +02:00
parent ce990c3026
commit 36590fb5c7
4 changed files with 179 additions and 1 deletions

View File

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