irgendwie muma mol anfange ...
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
use std::io;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
|
||||
let mut guess = String::new();
|
||||
|
||||
io::stdin()
|
||||
.read_line(&mut guess)
|
||||
.expect("Failed to read line");
|
||||
}
|
||||
Reference in New Issue
Block a user