This website requires JavaScript.
Explore
Help
Sign in
dnutiu
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8bf6605053
rustlings
/
exercises
/
00_intro
History
Denis-Cosmin NUTIU
06573e87ac
initial commit
2024-10-28 22:46:17 +02:00
..
intro1.rs
initial commit
2024-10-28 22:46:17 +02:00
intro2.rs
initial commit
2024-10-28 22:46:17 +02:00
README.md
initial commit
2024-10-28 22:46:17 +02:00
README.md
Intro
Rust uses the
print!
and
println!
macros to print text to the console.
Further information
Hello World
Formatted print