2023-17: Set as unfinished
This commit is contained in:
parent
78270ccc30
commit
8c45193f56
|
@ -3,7 +3,7 @@ pub mod part_one;
|
||||||
pub mod common;
|
pub mod common;
|
||||||
|
|
||||||
use crate::utils::solution::Solution;
|
use crate::utils::solution::Solution;
|
||||||
use crate::utils::input_reader;
|
// use crate::utils::input_reader;
|
||||||
|
|
||||||
pub struct DaySolution ;
|
pub struct DaySolution ;
|
||||||
|
|
||||||
|
@ -15,7 +15,8 @@ impl Solution for DaySolution {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn part_one(&self) -> String {
|
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 {
|
fn part_two(&self) -> String {
|
||||||
|
|
Loading…
Reference in New Issue