AOC2023: Implement day19 part 1

This commit is contained in:
2023-12-23 18:47:44 +02:00
parent a0200a7b10
commit 64323c51e6
4 changed files with 244 additions and 1 deletions

View File

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