This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-14 11:22:55 +02:00
Code
Issues
Releases
Activity
a91888e79e
rustlings
/
exercises
/
01_variables
/
variables1.rs
7 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some exercises about variables!
2015-09-17 02:19:24 +02:00
fn
main
(
)
{
Add solutions to intro and variables
2024-05-21 01:47:57 +02:00
// TODO: Add missing keyword.
Add some exercises about variables!
2015-09-17 02:19:24 +02:00
x
=
5
;
Add solutions to intro and variables
2024-05-21 01:47:57 +02:00
println!
(
"
x has the value
{x}
"
)
;
Add some exercises about variables!
2015-09-17 02:19:24 +02:00
}
Reference in New Issue
Copy Permalink