Reuse input helper.

This commit is contained in:
2018-12-14 11:42:44 +01:00
parent 98da0a9857
commit f4a7b06d47
3 changed files with 6 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ use std::collections::HashMap;
use std::io::BufRead;
use std::io::BufReader;
use std::io::Read;
use std::iter::FromIterator;
use common::Solution;