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-20 16:11:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
356b7ba062
leo
/
compiler
/
tests
/
input_files
/
program_input
/
main.leo
3 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix inputs tests
2020-07-31 00:38:31 +03:00
function main(a: bool) {
refactor all tests
2020-08-17 05:14:26 +03:00
console.assert(a == true);
enforce name, type, visibility of inputs. add tests
2020-06-12 00:40:27 +03:00
}
Reference in New Issue
Copy Permalink