We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d39221 commit d8f7f92Copy full SHA for d8f7f92
src/main.rs
@@ -1,3 +1,4 @@
1
fn main() {
2
println!("Hello, world!");
3
+ std::io::stdin().read_line(&mut String::new()).unwrap();
4
}
0 commit comments