remove unused day1 code

main
Ray Slakinski 2020-12-03 14:10:15 -05:00
parent 7321e315bd
commit a9cffc9cf8
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
fn main() {
// let mut file = std::fs::File::open("input1").unwrap();
// let mut contents = String::new();
// file.read_to_string(&mut contents).unwrap();
let mut v: Vec<i32> = Vec::new();
let contents = std::fs::read_to_string("input1").unwrap();
for s in contents.lines() {