setup day 4

This commit is contained in:
nora 2023-12-04 15:08:25 +01:00
parent fa39b5faf4
commit 2c1c4ff478
7 changed files with 286 additions and 0 deletions

View file

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