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

Intro

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

Further information