mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
starting rust training (again)
This commit is contained in:
parent
f80fbca12e
commit
2fb04ac4c2
@ -1,4 +1,6 @@
|
||||
fn main() {
|
||||
// TODO: Fix the code to print "Hello world!".
|
||||
printline!("Hello world!");
|
||||
println!("Hello world!");
|
||||
|
||||
let mut guess = String::new();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user