mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 06:51:10 +01:00
update submodules
This commit is contained in:
parent
0049f062cf
commit
fc0ae1d334
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
day="$(printf '%02d' ${1##0})"
|
day="$(printf '%02d' ${1##0})"
|
||||||
part="$2"
|
part="$2"
|
||||||
|
|
||||||
inputfile="$PWD/inputs/${day}.txt"
|
inputfile="$PWD/francis-punt/${day}_input.txt"
|
||||||
|
|
||||||
if ! test -f "$inputfile"; then
|
if ! test -f "$inputfile"; then
|
||||||
echo "no input available" >&2
|
echo "no input available" >&2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d13e6fd657871f2fb4f85fe05f4e58b5d665b063
|
Subproject commit 5bd72a307189ef32ba0af27a83a946b0c7cdbd34
|
Loading…
Reference in a new issue