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-31 21:55:50 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a5b6780c3b
leo
/
tests
/
compiler
/
integers
/
i128
/
pow.leo
4 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
i*
2021-05-10 20:19:19 +03:00
function main(a: i128, b: i128, c: i128) -> bool {
return a ** b == c;
}
Reference in New Issue
Copy Permalink