From b8e61bcacb1fdbc60807cd0972e847c2ad78e51d Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 29 Jan 2022 21:00:31 +0100 Subject: [PATCH] day 22: typo in day # comment --- 2021/day22/aoc-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/day22/aoc-c.c b/2021/day22/aoc-c.c index 9990fde..458fe60 100644 --- a/2021/day22/aoc-c.c +++ b/2021/day22/aoc-c.c @@ -1,4 +1,4 @@ -/* aoc-c.c: Advent of Code 2021, day 21 parts 1 & 2 +/* aoc-c.c: Advent of Code 2021, day 22 parts 1 & 2 * * Copyright (C) 2022 Bruno Raoult ("br") * Licensed under the GNU General Public License v3.0 or later.