mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 00:08:45 +00:00
459 B
459 B
Intro
Rust uses the print! and println! macros to print text to the console.
Further information
If you installed Rust with rustup, you can also open local, offline copies of
Rust's documentation with commands such as rustup doc --book,
rustup doc --std and rustup doc --rust-by-example.