4 lines
46 B
Text
4 lines
46 B
Text
|
|
fn main() {
|
||
|
|
println!("{}",0u32.pow(0));
|
||
|
|
}
|