fix day # in comment

This commit is contained in:
2022-12-08 16:30:55 +01:00
parent d7fa1c4fb5
commit 8f444d7341
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.