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
x-hgg-x 179a75a68d
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859
closes #913
closes #942
2 years ago
..
README.md feat(intro): Add intro section. 3 years ago
intro1.rs fix(intro1): Add compiler error explanation. 3 years ago
intro2.rs feat(intro): Add intro section. 3 years ago
mod.rs fix: Include exercises folder in the project structure behind a feature (#917) 2 years ago

README.md

Intro

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

Further information