update submodules

This commit is contained in:
mcbloch 2021-12-12 15:24:35 +01:00
parent d7b148217a
commit 95a0d07d0f
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 032e49a043516317362ea8f312d02d42e41dc18a
Subproject commit a8e1a2e6fb99e5155a704a9afab1791d35f27ab4

View file

@ -2,7 +2,8 @@
day="$(printf '%02d' ${1##0})"
part="$2"
inputfile="$PWD/inputs/${day}.txt"
#inputfile="$PWD/inputs/${day}.txt"
inputfile="$3"
if ! test -f "$inputfile"; then
echo "no input available" >&2