This website requires JavaScript.
Explore
Help
Sign In
marco
/
rustlings-solutions
Watch
1
Star
0
Fork
0
You've already forked rustlings-solutions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1acbbb6d43
rustlings-solutions
/
exercises
/
intro
History
Nidhal Messaoudi
52ed5dbcf9
First quiz and its related modules
2023-02-26 17:28:24 +01:00
..
intro1.rs
First quiz and its related modules
2023-02-26 17:28:24 +01:00
intro2.rs
First quiz and its related modules
2023-02-26 17:28:24 +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