Initial commit
This commit is contained in:
5
solutions/00_intro/intro1.rs
Normal file
5
solutions/00_intro/intro1.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
// Congratulations, you finished the first exercise 🎉
|
||||
// As an introduction to Rustlings, the first exercise only required
|
||||
// entering `n` in the terminal to go to the next exercise.
|
||||
}
|
||||
Reference in New Issue
Block a user