This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-21 16:41:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4cdd93d15
leo
/
tests
/
compiler
/
integers
/
u32
/
pow.leo
4 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
u*
2021-05-10 21:11:31 +03:00
function main(a: u32, b: u32, c: u32) -> bool {
return a ** b == c;
}
Reference in New Issue
Copy Permalink