mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
circuit Circ {
|
|
x: u32
|
|
}
|
|
|
|
function main() {
|
|
let c = Circ { x: 4 };
|
|
} |