From 8c45193f56535ce70c714df6424a8ba6b5e2c929 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 25 Dec 2023 18:14:31 +0100 Subject: [PATCH] 2023-17: Set as unfinished --- src/year_2023/day_17_clumsy_crucible/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/year_2023/day_17_clumsy_crucible/mod.rs b/src/year_2023/day_17_clumsy_crucible/mod.rs index 7a8f10f..ca8e2b3 100644 --- a/src/year_2023/day_17_clumsy_crucible/mod.rs +++ b/src/year_2023/day_17_clumsy_crucible/mod.rs @@ -3,7 +3,7 @@ pub mod part_one; pub mod common; use crate::utils::solution::Solution; -use crate::utils::input_reader; +// use crate::utils::input_reader; pub struct DaySolution ; @@ -15,7 +15,8 @@ impl Solution for DaySolution { } fn part_one(&self) -> String { - input_reader::read_input_file(self.input_path(), part_one::part_one) + // input_reader::read_input_file(self.input_path(), part_one::part_one) + String::from("Not implemented") } fn part_two(&self) -> String {