This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-21 01:01:52 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42bea9e93a
leo
/
compiler
/
tests
/
input_files
/
program_input
/
main_array.leo
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix test needed to expect it to fail
2021-02-10 20:49:18 +03:00
function main (x: [i16; 1]) {
asg
2020-12-17 00:02:31 +03:00
console.log("{}", x);
console assert tests
2021-02-11 18:46:20 +03:00
console.assert(x[0] == 0);
asg
2020-12-17 00:02:31 +03:00
}
Reference in New Issue
Copy Permalink