mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-30 15:39:17 +00:00
7 lines
131 B
Rust
7 lines
131 B
Rust
fn main() {
|
|
// TODO: Fix the code to print "Hello world!".
|
|
println!("Hello world!");
|
|
|
|
let mut guess = String::new();
|
|
}
|