mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Prepare future scaffolding.
Also reformat the code, but that is nothing significant.
This commit is contained in:
@@ -24,8 +24,7 @@ fn distance(a: &str, b: &str) -> usize {
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Day02 {
|
||||
}
|
||||
pub struct Day02 {}
|
||||
|
||||
impl Day02 {
|
||||
pub fn new() -> Day02 {
|
||||
|
||||
Reference in New Issue
Block a user