bellman/src/main.rs

5 lines
58 B
Rust

extern crate tinysnark;
fn main() {
tinysnark::test();
}