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-18 00:00:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b2c82d9018
Branches
Tags
No results found.
rustlings
/
exercises
/
intro
/
README.md
apogeeoak
21c9f44168
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
259 B
Raw
Blame
History
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print