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
liv 957522a492 feat(intro1): add note on rust-analyzer usage 1 year ago
..
README.md feat(intro): Add intro section. 3 years ago
intro1.rs feat(intro1): add note on rust-analyzer usage 1 year 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