Revert "update submodules"

This reverts commit 95a0d07d0f.
This commit is contained in:
Felix Van der Jeugt 2021-12-12 17:31:48 +01:00
parent ce15ced505
commit 3ea942716c
No known key found for this signature in database
GPG key ID: 58B209295023754D

View file

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