Brute force day 2023 day 5 part 2

This commit is contained in:
2023-12-05 09:10:16 +01:00
parent b7797c40aa
commit 63c1024d22
3 changed files with 59 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ use criterion::Criterion;
use aoc_2023::get_implementation;
/// Number of days we have an implementation to benchmark
const DAYS_IMPLEMENTED: u8 = 4;
const DAYS_IMPLEMENTED: u8 = 5;
fn read_input(day: u8) -> std::io::Result<Vec<u8>> {
let input_path = format!("inputs/{day:02}.txt");