Replace todo with error, bench everything

This commit is contained in:
2022-12-08 11:06:59 +01:00
parent fead587b2a
commit b080859356
19 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
use anyhow::Result;
pub fn part1(_input: &[u8]) -> Result<String> {
todo!()
anyhow::bail!("not implemented")
}