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