fix whitespace
This commit is contained in:
@@ -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