Fix wrong comments

This commit is contained in:
2021-01-17 10:35:12 +01:00
parent deb18f2c5a
commit b4d77dca63
25 changed files with 26 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
/* ex1-c: Advent2020 game, day 10/game 1
/* ex1-c: Advent2020 game, day 11/game 1
*/
#include <stdio.h>

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
# ex1.bash: Advent2020 game, day 10/game 1.
# ex1-slow.bash: Advent2020 game, day 11/game 1.
CMD=${0##*/}
shopt -s extglob

View File

@@ -1,4 +1,4 @@
/* ex1-c: Advent2020 game, day 10/game 1
/* ex2-c: Advent2020 game, day 11/game 2
*/
#include <stdio.h>

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
# ex1.bash: Advent2020 game, day 11/game 1.
# ex2.bash: Advent2020 game, day 11/game 2.
CMD=${0##*/}
shopt -s extglob