This website requires JavaScript.
Explore
Help
Sign In
x
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5dfc942dbc
rustlings
/
exercises
/
intro
History
Sangeeth Sudheer
91ab971a04
Complete problems
2024-01-20 09:55:25 +05:30
..
intro1.rs
Complete problems
2024-01-20 09:55:25 +05:30
intro2.rs
Complete problems
2024-01-20 09:55:25 +05:30
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