Files
rustlings/exercises/00_intro
..
2026-06-12 12:05:51 +02:00
2026-06-12 12:05:51 +02:00
2026-06-12 12:05:51 +02:00

Intro

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

Further information