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-28 08:16:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f04089b8bc
rustlings
/
exercises
/
01_variables
/
variables2.rs
9 lines
127 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
fn
main
(
)
{
let
x
;
if
x
=
=
10
{
fix(variables): reorder and redo hint texts
2022-07-11 12:43:41 +01:00
println!
(
"
x is ten!
"
)
;
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
}
else
{
fix(variables): reorder and redo hint texts
2022-07-11 12:43:41 +01:00
println!
(
"
x is not ten!
"
)
;
Add some exercises about variables!
2015-09-17 01:19:24 +01:00
}
}
Reference in a new issue
Copy permalink