diff --git a/2021/Flynn b/2021/Flynn index 032e49a..a8e1a2e 160000 --- a/2021/Flynn +++ b/2021/Flynn @@ -1 +1 @@ -Subproject commit 032e49a043516317362ea8f312d02d42e41dc18a +Subproject commit a8e1a2e6fb99e5155a704a9afab1791d35f27ab4 diff --git a/2021/complete-benchmark b/2021/complete-benchmark index 7204b36..285c5d0 100755 --- a/2021/complete-benchmark +++ b/2021/complete-benchmark @@ -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