fix(18): correct text
This commit is contained in:
parent
4c86a3ddae
commit
e7997cd047
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fn day_18(input: Input) -> Result<()> {
|
|||
|| can_reach_outside(&input, (&x_range, &y_range, &z_range), other, &HashSet::new(), &mut cache)
|
||||
}).count();
|
||||
|
||||
println!("Part 2: {corrected_sa}");
|
||||
println!("Part two: {corrected_sa}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue