bellman/src/main.rs

5 lines
58 B
Rust
Raw Normal View History

2015-12-24 01:58:38 -08:00
extern crate tinysnark;
fn main() {
tinysnark::test();
}