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
mo8it 5c0073a948 Tolerate changes in the state file 5 months ago
..
README.md Update Exercises Directory Names to Reflect Order 11 months ago
intro1.rs Tolerate changes in the state file 5 months ago
intro2.rs Remove "I AM NOT DONE" and the verify mode and add AppState 6 months ago

README.md

Intro

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

Further information