Finally discovered that pos != new_pos

This commit is contained in:
2021-12-22 20:36:58 +01:00
parent 23b5c39838
commit 8a3f0f843c
2 changed files with 57 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ use criterion::criterion_main;
use criterion::BenchmarkId;
use criterion::Criterion;
const DAYS_IMPLEMENTED: usize = 20;
const DAYS_IMPLEMENTED: usize = 21;
fn read_input(day: usize) -> Vec<u8> {
let input_path = format!("inputs/{:02}.txt", day);