Fix template
This commit is contained in:
parent
8372ec3aa8
commit
8642d4f4c4
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ fn main() {
|
|||
}
|
||||
|
||||
fn part1(input: &str) -> usize {
|
||||
for line in aoc.split_lines(input) {
|
||||
todo!()
|
||||
for line in aoc::split_lines(input) {
|
||||
println!("> {:?}", line);
|
||||
}
|
||||
0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue