This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-01-11 00:00:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac54c9ded2
rustlings
/
exercises
/
intro
History
itswolv3
ac54c9ded2
Inital commit of learning Rust
2022-05-28 02:04:58 +02:00
..
intro1.rs
Inital commit of learning Rust
2022-05-28 02:04:58 +02:00
intro2.rs
Inital commit of learning Rust
2022-05-28 02:04:58 +02:00
mod.rs
fix: Include exercises folder in the project structure behind a feature (
#917
)
2022-03-29 11:44:06 +02:00
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