Skip to content

Commit 46d8aa9

Browse files
committed
fmt template
1 parent b92af35 commit 46d8aa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
fn part1(input: &str) -> usize {
22
todo!()
33
}
4+
45
fn part2(input: &str) -> usize {
56
todo!()
67
}
8+
79
fn main() {
810
let input = include_str!("../input.txt");
911
println!("Part 1: {}", part1(input));

0 commit comments

Comments
 (0)