[rs] Solve 2022_09 part 1
This commit is contained in:
parent
c1ff5e8157
commit
25d4e0298d
7 changed files with 2075 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ days! {
|
|||
Y2022D06: "2022_06",
|
||||
Y2022D07: "2022_07",
|
||||
Y2022D08: "2022_08",
|
||||
Y2022D09: "2022_09",
|
||||
}
|
||||
|
||||
#[derive(Parser)]
|
||||
|
|
@ -79,6 +80,7 @@ fn main() -> io::Result<()> {
|
|||
Day::Y2022D06 => y2022::d06::solve(input),
|
||||
Day::Y2022D07 => y2022::d07::solve(input),
|
||||
Day::Y2022D08 => y2022::d08::solve(input),
|
||||
Day::Y2022D09 => y2022::d09::solve(input),
|
||||
}
|
||||
eprintln!()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue