mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
test
This commit is contained in:
parent
4339d001a2
commit
c2ae843e4b
BIN
exercises/variables/variables1
Executable file
BIN
exercises/variables/variables1
Executable file
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
|
||||
fn main() {
|
||||
let x;
|
||||
x=9;
|
||||
x=11;
|
||||
if x == 10 {
|
||||
println!("Ten!");
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user