D1P2 - More cleanup
This commit is contained in:
parent
ba1333d14e
commit
aba466fa46
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ fn main() {
|
|||
process::exit(1);
|
||||
}
|
||||
|
||||
//let rawInput = fs::read_to_string(path.clone()).unwrap();
|
||||
//let splitInput: Vec<&str> = rawInput.lines().collect();
|
||||
|
||||
let mut left: Vec<i32> = vec![];
|
||||
let mut right: Vec<i32> = vec![];
|
||||
|
||||
|
|
Loading…
Reference in a new issue