leo/benchmark/simple.leo

7 lines
71 B
Plaintext
Raw Normal View History

circuit Circ {
x: u32
}
function main() {
let c = Circ { x: 4 };
}