diff --git a/2023/complete-benchmark b/2023/complete-benchmark index 7204b36..c592a62 100755 --- a/2023/complete-benchmark +++ b/2023/complete-benchmark @@ -2,7 +2,7 @@ day="$(printf '%02d' ${1##0})" part="$2" -inputfile="$PWD/inputs/${day}.txt" +inputfile="$PWD/francis-punt/${day}_input.txt" if ! test -f "$inputfile"; then echo "no input available" >&2 diff --git a/2023/francis-punt b/2023/francis-punt index d13e6fd..5bd72a3 160000 --- a/2023/francis-punt +++ b/2023/francis-punt @@ -1 +1 @@ -Subproject commit d13e6fd657871f2fb4f85fe05f4e58b5d665b063 +Subproject commit 5bd72a307189ef32ba0af27a83a946b0c7cdbd34