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 2 years ago
..
README.md
intro1.rs feat(intro1): add note on rust-analyzer usage 2 years ago
intro2.rs

README.md

Intro

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

Further information