Update template
This commit is contained in:
parent
db2aa419d8
commit
3950c3a828
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn part1(input: &str) -> usize {
|
fn part1(input: &str) -> usize {
|
||||||
for line in aoc::split_lines(input) {
|
for line in aoc::lines(input) {
|
||||||
println!("> {:?}", line);
|
println!("> {:?}", line);
|
||||||
}
|
}
|
||||||
0
|
0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue