day04 finished
This commit is contained in:
parent
d7c85a75f6
commit
33eb92e9d1
10 changed files with 1184 additions and 55 deletions
|
|
@ -11,6 +11,6 @@ pub enum ResultType {
|
|||
|
||||
pub trait DayTrait {
|
||||
fn get_day_number(&self) -> usize;
|
||||
fn part1(&self, lines: &str) -> Result<ResultType>;
|
||||
fn part2(&self, lines: &str) -> Result<ResultType>;
|
||||
fn part1(&self, lines: &[String]) -> Result<ResultType>;
|
||||
fn part2(&self, lines: &[String]) -> Result<ResultType>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue