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
a2be6754bf
rustlings
/
exercises
/
01_variables
/
variables3.rs
5 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
fn
main
(
)
{
fix(variables): reorder and redo hint texts
2022-07-11 07:43:41 -04:00
let
x
:
i32
;
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
println!
(
"
Number
{}
"
,
x
)
;
}
Reference in a new issue
Copy permalink