remove unused day1 code
This commit is contained in:
parent
7321e315bd
commit
a9cffc9cf8
@ -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() {
|
||||
|
Reference in New Issue
Block a user