mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 22:36:05 +03:00
7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
circuit Circ {
|
|
x: u32
|
|
}
|
|
|
|
function main() {
|
|
let c = Circ { y: 0u32 };
|
|
} |