This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
main
RosettaCodeData
/
Task
/
Zero-to-the-zero-power
/
Rust
/
zero-to-the-zero-power.rs
Ingy döt Net
52a6ef48dd
Data update
2024-10-16 18:07:41 -07:00
3 lines
46 B
Rust
Raw
Permalink
Blame
History
fn
main
(
)
{
println!
(
"
{}
"
,
0
u32
.
pow
(
0
)
)
;
}
Reference in a new issue
View git blame
Copy permalink