This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 14:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
11fda5d70f
rustlings
/
exercises
/
01_variables
/
variables1.rs
7 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
// Make me compile!
feat: improve `watch` execution mode The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11 07:38:24 -05:00
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
fn
main
(
)
{
x
=
5
;
println!
(
"
x has the value
{}
"
,
x
)
;
}
Reference in a new issue
Copy permalink