This website requires JavaScript.
Explore
Help
Sign In
kingecg
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
rustlings
/
exercises
/
00_intro
History
kingecg
c40d940946
at strings
2025-09-23 22:33:47 +08:00
..
README.md
at strings
2025-09-23 22:33:47 +08:00
intro1.rs
at strings
2025-09-23 22:33:47 +08:00
intro2.rs
at strings
2025-09-23 22:33:47 +08:00
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print