2023-17: Set as unfinished

This commit is contained in:
Mathis 2023-12-25 18:14:31 +01:00
parent 78270ccc30
commit 8c45193f56
1 changed files with 3 additions and 2 deletions

View File

@ -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 {