Completed day 4

This commit is contained in:
Connor Johnstone
2023-12-03 22:57:29 -07:00
parent d4056397c8
commit 80df1d53c2
9 changed files with 957 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use day_02::prelude::*;
use day_03::prelude::*;
fn criterion_benchmark(c: &mut Criterion) {
let input = include_str!("../input.txt");