mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 17:29:18 +00:00
Update variables2.rs
This commit is contained in:
parent
c71a5852cf
commit
93f6ccb805
@ -8,7 +8,7 @@
|
||||
fn main() {
|
||||
let x;
|
||||
if x == 10 {
|
||||
println!("x is equal ten!");
|
||||
println!("x is equal to ten!");
|
||||
} else {
|
||||
println!("x is not equal to ten!");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user