rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

intro1.rs (212B)


      1 fn main() {
      2     // Congratulations, you finished the first exercise 🎉
      3     // As an introduction to Rustlings, the first exercise only required
      4     // entering `n` in the terminal to go to the next exercise.
      5 }