From 9933153c9defaa2b8404692e958ab73cebe7fe87 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Tue, 14 Dec 2021 16:43:54 +0100 Subject: [PATCH] typo in source exercise name --- 2021/day12/aoc-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/day12/aoc-c.c b/2021/day12/aoc-c.c index af49c98..45f6bc0 100644 --- a/2021/day12/aoc-c.c +++ b/2021/day12/aoc-c.c @@ -1,4 +1,4 @@ -/* aoc-c.c: Advent of Code 2021, day 11 parts 1 & 2 +/* aoc-c.c: Advent of Code 2021, day 12 parts 1 & 2 * * Copyright (C) 2021 Bruno Raoult ("br") * Licensed under the GNU General Public License v3.0 or later.