mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
struct Point {
|
|
u32 x
|
|
u32 y
|
|
}
|
|
|
|
function test() -> (u32) {
|
|
return 5
|
|
}
|