mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-23 00:28:46 +02:00
Update Exercises Directory Names to Reflect Order
This commit is contained in:
12
exercises/00_intro/intro2.rs
Normal file
12
exercises/00_intro/intro2.rs
Normal file
@ -0,0 +1,12 @@
|
||||
// intro2.rs
|
||||
//
|
||||
// Make the code print a greeting to the world.
|
||||
//
|
||||
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
println!("Hello {}!");
|
||||
}
|
Reference in New Issue
Block a user