This commit is contained in:
2026-07-19 17:01:21 -07:00
commit cef4f1368d
217 changed files with 4950 additions and 0 deletions
+5
View 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.
}
+4
View File
@@ -0,0 +1,4 @@
fn main() {
// `println!` instead of `printline!`.
println!("Hello world!");
}