try init impl 24

This commit is contained in:
nora 2024-01-09 22:00:19 +01:00
parent f341362bed
commit 17fb3a7a69
7 changed files with 467 additions and 0 deletions

View file

@ -0,0 +1,3 @@
fn main() {
day24::bench();
}