mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-17 02:55:01 +01:00
day 8 part 1 but very optimized blazingy type of thing
This commit is contained in:
parent
c6f3193aa7
commit
d246992de0
8 changed files with 442 additions and 7 deletions
3
2024/day08/benches/benches.rs
Normal file
3
2024/day08/benches/benches.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
day08::bench();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue