This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-01-09 20:03:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e72128f2a
rustlings
/
exercises
/
00_intro
History
Shivanshu Kant Prasad
4e72128f2a
Solve first 48 exercises (50%)
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
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print