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 09:01:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
23c7c98b4a
leo
/
asg
/
tests
/
pass
/
import
/
src
/
test-import.leo
8 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
asg base implementation
2021-01-25 18:17:42 +03:00
circuit Point {
x: u32
y: u32
}
function foo() -> u32 {
require semicolons on return
2021-04-14 20:51:17 +03:00
return 1u32;
asg base implementation
2021-01-25 18:17:42 +03:00
}
Reference in New Issue
Copy Permalink