fix: do stuff
This commit is contained in:
parent
85ca3caa1a
commit
1f6d23138a
@ -412,9 +412,9 @@ fn test_solve_02() {
|
||||
|
||||
#[test]
|
||||
fn test_solve_01_2() {
|
||||
let test_input = r#".......
|
||||
.12*34.
|
||||
......."#;
|
||||
let test_input = r#"......
|
||||
.12*34
|
||||
......"#;
|
||||
|
||||
let solution = solve_01(test_input);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user