mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
hey guys ik kan benchmarken
This commit is contained in:
parent
6267b29d67
commit
f40b231b2f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
day="$(printf '%02d' "$1")"
|
day="$(printf '%02d' "$1")"
|
||||||
part="$2"
|
part="$2"
|
||||||
inputfile="../inputs/$day-input"
|
inputfile="../inputs/$day.txt"
|
||||||
|
|
||||||
[ -x "prepare" ] || exit 0
|
[ -x "prepare" ] || exit 0
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 14f71edc265fbfc16ea92d98662e79961c15aabb
|
Subproject commit 217b571949fe1d8e9df875d07ffc8d7f4ed0feb7
|
Loading…
Reference in a new issue