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
938f1fdbc1
leo
/
tests
/
compiler
/
integers
/
i64
/
pow.leo
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
i*
2021-05-10 20:19:19 +03:00
function main(a: i64, b: i64) -> bool {
return a ** 4 == b;
}
Reference in New Issue
Copy Permalink