This website requires JavaScript.
Explore
Help
Register
Sign In
p1r0
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
develop
Branches
Tags
No results found.
rustlings
/
exercises
/
intro
History
David E. Perez Negron R.
44e5c34afc
intro done
2023-10-25 19:55:12 -06:00
..
README.md
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
intro1.rs
intro done
2023-10-25 19:55:12 -06:00
intro2.rs
intro done
2023-10-25 19:55:12 -06:00
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print