mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-03 13:35:07 +03:00
7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
circuit Foo {
|
|
x: u32
|
|
}
|
|
|
|
function main() -> Foo {
|
|
return Foo { x: 1u32 }
|
|
} |