fix: do stuff

This commit is contained in:
Lennard Brinkhaus 2023-12-04 07:16:49 +01:00
parent 85ca3caa1a
commit 1f6d23138a

View File

@ -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);