rustlings/exercises/intro
huganardo 7da4ad469a First commit updating my worked solution so far
This commit is mainly to test to see if the readme.md updates when I change it 👍
2023-07-31 15:37:06 +10:00
..
intro1.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
intro2.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
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