This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 22:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
278a1f103b
rustlings
/
exercises
/
intro
History
Nidhal Messaoudi
278a1f103b
Original exercises
2023-02-27 21:33:28 +01:00
..
intro1.rs
Original exercises
2023-02-27 21:33:28 +01:00
intro2.rs
Original exercises
2023-02-27 21:33:28 +01:00
README.md
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print