From 8f444d73419035486e9ce4dea9fb0517a4a47df4 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 8 Dec 2022 16:30:55 +0100 Subject: [PATCH] fix day # in comment --- 2022/day04/aoc-c.c | 2 +- 2022/day04/aoc.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2022/day04/aoc-c.c b/2022/day04/aoc-c.c index 587bc28..b0ebb16 100644 --- a/2022/day04/aoc-c.c +++ b/2022/day04/aoc-c.c @@ -1,4 +1,4 @@ -/* aoc-c.c: Advent of Code 2022, day 3 +/* aoc-c.c: Advent of Code 2022, day 4 * * Copyright (C) 2022 Bruno Raoult ("br") * Licensed under the GNU General Public License v3.0 or later. diff --git a/2022/day04/aoc.bash b/2022/day04/aoc.bash index 3431488..04b0572 100755 --- a/2022/day04/aoc.bash +++ b/2022/day04/aoc.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# aoc.bash: Advent of Code 2022, day 3 +# aoc.bash: Advent of Code 2022, day 4 # # Copyright (C) 2022 Bruno Raoult ("br") # Licensed under the GNU General Public License v3.0 or later.