3 lines
78 B
Rust
3 lines
78 B
Rust
|
|
|
|
fn main() { let int x = 10; while (x == 10 && x == 11) { auto y = 0xf00; } } |