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] #[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);