Starting again

This commit is contained in:
calcu1on
2025-04-15 12:21:11 -04:00
commit a59b9c0e3a
219 changed files with 4829 additions and 0 deletions

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.
}

View File

@@ -0,0 +1,4 @@
fn main() {
// `println!` instead of `printline!`.
println!("Hello world!");
}