fix whitespace
This commit is contained in:
parent
a9cffc9cf8
commit
a0f7d2f25a
@ -1,5 +1,5 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
let mut v: Vec<i32> = Vec::new();
|
let mut v: Vec<i32> = Vec::new();
|
||||||
let contents = std::fs::read_to_string("input1").unwrap();
|
let contents = std::fs::read_to_string("input1").unwrap();
|
||||||
for s in contents.lines() {
|
for s in contents.lines() {
|
||||||
v.push(s.parse::<i32>().unwrap());
|
v.push(s.parse::<i32>().unwrap());
|
||||||
|
Reference in New Issue
Block a user