Compare commits

...

2 commits

Author SHA1 Message Date
oM cc7f3e3bbb
Merge 93f6ccb805 into 8d0aa11a35 2024-02-01 16:31:16 +00:00
oM 93f6ccb805
Update variables2.rs 2024-02-02 00:31:14 +08:00

View file

@ -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!");
}