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-22 00:51:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
47523f7f5d
leo
/
compiler
/
tests
/
input_files
/
program_input
/
main_multiple.leo
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix inputs tests
2020-07-31 00:38:31 +03:00
function main(a: bool, b: bool) {
assert_eq!(a, true);
assert_eq!(b, false);
enforce name, type, visibility of inputs. add tests
2020-06-12 00:40:27 +03:00
}
Reference in New Issue
Copy Permalink