Skip to content

Commit

Permalink
omit readline in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezasariri78 committed Apr 28, 2024
1 parent 73fadf8 commit dc05840
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ fn main() {
let arguments = arg::get_args();
let tree = crawler::get_tree(&arguments);
show_diagram(&tree, &arguments);

let mut read = String::new();
_ = std::io::stdin().read_line(&mut read);
}

0 comments on commit dc05840

Please sign in to comment.