mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Compare commits
2 commits
258aa85347
...
cc7f3e3bbb
Author | SHA1 | Date | |
---|---|---|---|
cc7f3e3bbb | |||
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…
Reference in a new issue