start day 8

This commit is contained in:
nora 2023-12-08 22:08:00 +01:00
parent f933f33ceb
commit 8e51f43402
10 changed files with 1163 additions and 0 deletions

View file

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