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

@@ -3,8 +3,8 @@ use std::io::BufRead;
use std::io::BufReader;
use std::io::Read;
use common::Solution;
use common::GroupingCount;
use common::Solution;
#[derive(Copy, Clone, Debug)]
struct Coordinate {