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 05:52:23 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4cb15a4cda
rustlings
/
exercises
/
01_variables
/
variables1.rs
7 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
fn
main
(
)
{
Add solutions to intro and variables
2024-05-20 19:47:57 -04:00
// TODO: Add missing keyword.
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
x
=
5
;
Add solutions to intro and variables
2024-05-20 19:47:57 -04:00
println!
(
"
x has the value
{x}
"
)
;
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
}
Reference in a new issue
Copy permalink