Cleanup in 2019 day 25 (amended comment for the test); adjustments for 2020 in add script
This commit is contained in:
parent
197dab78d7
commit
1f84b3496a
2 changed files with 3 additions and 1 deletions
1
add.sh
1
add.sh
|
@ -9,6 +9,7 @@ fi
|
|||
cp -r ../day00/tests day${1}_${2}/
|
||||
cp ../day00/src/lib.rs day${1}_${2}/src/
|
||||
cd day${1}_${2}
|
||||
# echo 'intcode_processor = { path = "../common/intcode_processor" }' >> Cargo.toml
|
||||
aocf checkout $1
|
||||
aocf brief > challenge.txt
|
||||
aocf input > tests/challenge_input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue