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-04 05:42:40 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3416c1e3e
leo
/
asg
/
tests
/
pass
/
function
/
newlines.leo
9 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
asg base implementation
2021-01-25 18:17:42 +03:00
function main(
a: u32,
b: u32,
) -> (
u32,
u32,
) {
semi-colon after return statements are required
2021-04-14 23:59:07 +03:00
return (a, b);
asg base implementation
2021-01-25 18:17:42 +03:00
}
Reference in New Issue
Copy Permalink