Skip to content

Commit

Permalink
fmt template
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 10, 2024
1 parent b92af35 commit 46d8aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
fn part1(input: &str) -> usize {
todo!()
}

fn part2(input: &str) -> usize {
todo!()
}

fn main() {
let input = include_str!("../input.txt");
println!("Part 1: {}", part1(input));
Expand Down

0 comments on commit 46d8aa9

Please sign in to comment.