rustlings/exercises/intro
2024-01-20 09:55:25 +05:30
..
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 feat(intro): Add intro section. 2021-04-24 13:15:34 -04:00

Intro

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

Further information