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
|
@ -28,7 +28,8 @@ mod tests {
|
|||
#[ignore = "Requires manual inputs."]
|
||||
fn test_challenge() {
|
||||
let challenge_input = read_file("tests/challenge_input");
|
||||
// Required items are Cake + Coin + Monolith + Mug. Should output 19013632 in the end.
|
||||
// Required items are Cake + Coin + Monolith + Mug (shortest route: W, take cake, W, S, take monolith, N,
|
||||
// W, S, E, E, E, take mug, W, W, W, N, E, E, E, S, take coin, S, W, N, N, N). Should output 19013632 in the end.
|
||||
assert_eq!(run(&challenge_input), Ok(()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue