Prepare future scaffolding.

Also reformat the code, but that is nothing significant.
This commit is contained in:
2018-12-09 13:02:54 +01:00
parent 9b04e3b2c9
commit 9b287a0098
23 changed files with 456 additions and 23 deletions

View File

@@ -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 {