Update src/main.rs
This commit is contained in:
parent
14bd17dc57
commit
4d3152004b
@ -55,7 +55,7 @@ fn main() {
|
||||
// Print prompt
|
||||
print_prompt(&host, port);
|
||||
|
||||
// Read input
|
||||
// Read user input
|
||||
input.clear();
|
||||
io::stdin().read_line(&mut input).expect("Failed to read input");
|
||||
let input = input.trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user