add one more piece to the template
This commit is contained in:
parent
c22b4f753d
commit
e66ea212ad
@ -27,6 +27,12 @@ where
|
||||
Ok(io::BufReader::new(file).lines())
|
||||
}
|
||||
|
||||
fn part_one() {}
|
||||
fn part_one() {
|
||||
if let Ok(lines) = read_lines("./inputs/input") {
|
||||
for line in lines {
|
||||
// do stuff
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn part_two() {}
|
||||
|
Loading…
Reference in New Issue
Block a user