From 9fe7b642634ff65c1cfc7422d13a03747232e311 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 27 Oct 2022 20:08:38 +0200 Subject: [PATCH] typo --- 2020/day19/aoc-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/day19/aoc-c.c b/2020/day19/aoc-c.c index 4e5e698..77bdf2e 100644 --- a/2020/day19/aoc-c.c +++ b/2020/day19/aoc-c.c @@ -1,4 +1,4 @@ -/* aoc-c.c: Advent2020, day 23, part 1 +/* aoc-c.c: Advent2020, day 19, parts 1 and 2 */ #include