Skip to content

Commit

Permalink
Implement day09
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberacda committed Dec 11, 2023
1 parent 84297c0 commit 9fe3d34
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions day09/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ pub fn get_result_path2(data: &Vec<Vec<i64>>) -> Result<i64> {
}
Ok(results.iter().sum::<i64>())
}


Empty file added day10/resources/input.txt
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions day10/src/bin/day10_part1.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
3 changes: 3 additions & 0 deletions day10/src/bin/day10_part2.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
Empty file added day10/src/lib.rs
Empty file.

0 comments on commit 9fe3d34

Please sign in to comment.