This commit is contained in:
blacktoast 2021-09-28 05:49:46 +00:00
parent 4339d001a2
commit c2ae843e4b
2 changed files with 1 additions and 1 deletions

BIN
exercises/variables/variables1 Executable file

Binary file not shown.

View File

@ -5,7 +5,7 @@
fn main() {
let x;
x=9;
x=11;
if x == 10 {
println!("Ten!");
} else {