Quick actions

cmd+k|ctrl+k

Navigation

Languages

Integer Math (-7/3)

Snippet info

Language

Rust

Visibility

public

Author

zostay

Created

2016-07-09T02:30:16Z

Updated

2016-07-09T02:30:16Z

fn main() {
    println!("{}", -7/3);
}
INFO