mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-02 00:39:20 +00:00
starting rust training (again)
This commit is contained in:
parent
f80fbca12e
commit
2fb04ac4c2
@ -1,4 +1,6 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
// TODO: Fix the code to print "Hello world!".
|
// 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