Files
rustlings/exercises/00_intro/README.md
2026-03-12 20:54:14 -04:00

259 B

Intro

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

Further information