rustlings/exercises/intro
Nidhal Messaoudi 52ed5dbcf9 First quiz and its related modules 2023-02-26 17:28:24 +01:00
..
README.md feat(intro): Add intro section. 2021-04-24 13:15:34 -04:00
intro1.rs First quiz and its related modules 2023-02-26 17:28:24 +01:00
intro2.rs First quiz and its related modules 2023-02-26 17:28:24 +01:00

README.md

Intro

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

Further information