day10 finished
This commit is contained in:
parent
f630ef6874
commit
54fd03233a
6 changed files with 464 additions and 2 deletions
|
|
@ -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 => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue