Day 18, part 1
This commit is contained in:
7
src/bin/d18p1.rs
Normal file
7
src/bin/d18p1.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use aoc22::{day18, util};
|
||||
|
||||
pub fn main() {
|
||||
let droplet = day18::parse_droplet(&util::parse_input());
|
||||
|
||||
println!("Surface area: {}", day18::surface_area(&droplet));
|
||||
}
|
||||
Reference in New Issue
Block a user