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/intro
mokou c3c21ad91f fix(intro): clarify hint usage 2 years ago
..
README.md feat(intro): Add intro section. 3 years ago
intro1.rs fix(intro): clarify hint usage 2 years ago
intro2.rs fix(intro): clarify hint usage 2 years ago

README.md

Intro

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

Further information