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
761e19b1e0
commit
1618dabd74
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 5779bbc966d77d4fc2208ba8b88c74f627c8a4f2
|
||||
Subproject commit 1460c35eb139a88671622e25c538483971464378
|
|
@ -1 +1 @@
|
|||
Subproject commit e335a0d960e1c37701399d1f5aac1ce9d71850c0
|
||||
Subproject commit 84d0d577cd0343ea5fab32374bbdbbfc3c9fd8b4
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
day="$(printf '%02d' "$1")"
|
||||
day="$(printf '%02d' "${1##0}")"
|
||||
part="$2"
|
||||
inputfile="$PWD/../inputs/$day.txt"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c8cd8e7a9501831061586e3da213bb5f28d28b9
|
||||
Subproject commit e058039f35b99efa16a151906c0ea18816084ad6
|
Loading…
Reference in a new issue