feat(intro): Add intro section.
This commit is contained in:
9
exercises/intro/intro2.rs
Normal file
9
exercises/intro/intro2.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// intro2.rs
|
||||
// Make the code print a greeting to the world.
|
||||
// Execute `rustlings hint intro2` for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
println!("Hello {}!");
|
||||
}
|
||||
Reference in New Issue
Block a user