rustlings/exercises/00_intro
kingecg c40d940946 at strings 2025-09-23 22:33:47 +08:00
..
README.md at strings 2025-09-23 22:33:47 +08:00
intro1.rs at strings 2025-09-23 22:33:47 +08:00
intro2.rs at strings 2025-09-23 22:33:47 +08:00

README.md

Intro

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

Further information