This website requires JavaScript.
Explore
Help
Register
Sign In
LailaTheElf
/
rustlings
Archived
Watch
1
Star
0
Fork
0
You've already forked rustlings
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-01-25
. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings
/
exercises
/
00_intro
History
FReenen
c2400444a9
init rustlings
2024-10-15 16:07:47 +02:00
..
intro1.rs
init rustlings
2024-10-15 16:07:47 +02:00
intro2.rs
init rustlings
2024-10-15 16:07:47 +02:00
README.md
init rustlings
2024-10-15 16:07:47 +02:00
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print