idk what got added but im committing just to be safe
This commit is contained in:
parent
db5983659f
commit
e0e68e5b6a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ fn main() {
|
|||
let mut safecount = 0;
|
||||
// for each line
|
||||
for i in lines {
|
||||
|
||||
println!("{i}");
|
||||
// for each line, split into a Vec<String> of the values
|
||||
let mut frfrstr: Vec<String> = i.split_whitespace().map(|s| s.parse().unwrap()).collect();
|
||||
|
|
Loading…
Reference in a new issue