Files
rustlings/exercises/00_intro/README.md
T
2026-07-19 17:01:21 -07:00

259 B

Intro

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

Further information