1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-05-04 20:54:09 +02:00
Files
rustlings/exercises/intro

Intro

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

Further information