Enum aoc_driver::Part
source · pub enum Part {
Part(i32),
Part1,
Part2,
}Expand description
Simple way to represent the challenge part
Converts into u8
pub enum Part {
Part(i32),
Part1,
Part2,
}Simple way to represent the challenge part
Converts into u8