mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-27 04:01:47 +03:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
circuit Foo {
|
|
x: u32;
|
|
}
|
|
|
|
function main() {
|
|
const a = Foo { x: 1u32 };
|
|
} |