day10 finished

This commit is contained in:
Ruediger Ludwig 2023-02-05 16:12:44 +01:00
parent f630ef6874
commit 54fd03233a
6 changed files with 464 additions and 2 deletions

View file

@ -40,7 +40,7 @@ fn output(day: usize, part: usize, result: ResultType, time: Duration) {
time.as_secs_f32()
);
for line in &value[1..] {
println!(" part : {line}");
println!(" {line}");
}
}
ResultType::Nothing => {}