rustlings/exercises/intro
Sangeeth Sudheer 91ab971a04
Complete problems
2024-01-20 09:55:25 +05:30
..
README.md feat(intro): Add intro section. 2021-04-24 13:15:34 -04:00
intro1.rs Complete problems 2024-01-20 09:55:25 +05:30
intro2.rs Complete problems 2024-01-20 09:55:25 +05:30

README.md

Intro

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

Further information