From 95a0d07d0f4bb756a0adbe215262144ef4965ce2 Mon Sep 17 00:00:00 2001 From: mcbloch Date: Sun, 12 Dec 2021 15:24:35 +0100 Subject: [PATCH] update submodules --- 2021/Flynn | 2 +- 2021/complete-benchmark | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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