mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-17 02:55:01 +01:00
day 9 part 1
This commit is contained in:
parent
8e51f43402
commit
3ace5075d5
10 changed files with 324 additions and 2 deletions
3
2023/day09/benches/benches.rs
Normal file
3
2023/day09/benches/benches.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
day09::bench();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue