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-02 03:19:41 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc33c68bea
leo
/
compiler
/
tests
/
field
/
assert_eq.leo
3 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update field and group modules
2020-07-08 05:53:37 +03:00
function main(a: field, b: field) {
add field gadget tests
2020-06-03 02:06:25 +03:00
assert_eq!(a, b);
}
Reference in New Issue
Copy Permalink