You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises/00_intro
Tristram Oaten 2ac6606c6c fix(intro2): changed intro2 to be a name error, not a format string error. 8 months ago
..
README.md Update Exercises Directory Names to Reflect Order 8 months ago
intro1.rs fix(intro1.rs): typo in the exercise body 8 months ago
intro2.rs fix(intro2): changed intro2 to be a name error, not a format string error. 8 months ago

README.md

Intro

Rust uses the print! and println! macros to print text to the console.

Further information