rust/src/test/run-pass/arith-0.rs

3 lines
66 B
Rust
Raw Normal View History

fn main() { let int a = 10; log a; assert (a * (a - 1) == 90); }