rustlings/exercises/00_intro
2024-05-12 13:33:53 +05:30
..
intro1.rs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
intro2.rs Solve first 48 exercises (50%) 2024-05-12 13:33:53 +05:30
README.md Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00

Intro

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

Further information