Skip to content

Commit

Permalink
remove println (oops!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Oct 17, 2024
1 parent b0940fe commit 763d737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ fn main() {
for tc in testcases_chunks[i].clone() {
corpus.add(tc).unwrap();
}
println!("{i}");
break;
}
i += 1;
Expand Down

0 comments on commit 763d737

Please sign in to comment.