2^24 in Rust

fn main() {
let x:i64 = 2_i64.pow(24);
}

Privacy & Terms