refactor(day-01): use new template

This commit is contained in:
2024-12-01 21:06:59 +02:00
parent 9020a27a4a
commit cf14bce68e
13 changed files with 77 additions and 2008 deletions

View File

@@ -1,5 +1,6 @@
use miette::Result;
#[tracing::instrument]
pub fn process(input: &str) -> Result<usize> {
todo!("day xx - part 1");
Ok(0)

View File

@@ -1,5 +1,6 @@
use miette::Result;
#[tracing::instrument]
pub fn process(input: &str) -> Result<usize> {
todo!("day xx - part 2");
Ok(0)