This website requires JavaScript.
Explore
Help
Sign In
tristan
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-25 23:10:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
26cf4989a2
rustlings
/
exercises
/
01_variables
/
variables1.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
fn
main
(
)
{
Add "the"
2024-08-17 13:56:52 +01:00
// TODO: Add the missing keyword.
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
x
=
5
;
Add solutions to intro and variables
2024-05-21 00:47:57 +01:00
println!
(
"
x has the value
{x}
"
)
;
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
}
Reference in a new issue
Copy permalink