2024
This commit is contained in:
parent
294c0a8e62
commit
e1ca0d5f61
76 changed files with 4607 additions and 204 deletions
13
template/src/day20.rs
Normal file
13
template/src/day20.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
use shared::{Solution, Answer};
|
||||
|
||||
pub struct Day20;
|
||||
|
||||
impl Solution for Day20 {
|
||||
fn part_1(&self, input: &str) -> Answer {
|
||||
Answer::Unimplemented
|
||||
}
|
||||
|
||||
fn part_2(&self, input: &str) -> Answer {
|
||||
Answer::Unimplemented
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue