This website requires JavaScript.
Explore
Help
Sign In
tristan
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-29 00:36:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
9ed4b0683e
rustlings
/
exercises
/
intro
History
mokou
0ded8a90c0
feat(intro1): add more hints
2022-07-11 13:19:19 +02:00
..
intro1.rs
feat(intro1): add more hints
2022-07-11 13:19:19 +02:00
intro2.rs
feat(intro): Add intro section.
2021-04-24 13:15:34 -04: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