mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 20:29:18 +00:00
done introduction
This commit is contained in:
parent
cd2b5e8e3b
commit
64c8423e2a
@ -5,8 +5,6 @@
|
||||
// ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
||||
// Execute the command `rustlings hint intro1` for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
println!("Hello and");
|
||||
println!(r#" welcome to... "#);
|
||||
|
||||
@ -2,8 +2,7 @@
|
||||
// Make the code print a greeting to the world.
|
||||
// Execute `rustlings hint intro2` for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
println!("Hello {}!");
|
||||
let str_stuff = "world";
|
||||
println!("Hello {}!", str_stuff);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user