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
Robert Fry 7eef5d15ee
docs: cleanup the explanation paragraphs at the start of each exercise.
1 year ago
..
README.md feat(intro): Add intro section. 3 years ago
intro1.rs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
intro2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago

README.md

Intro

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

Further information