Initial commit

This commit is contained in:
Sean Bowe
2015-12-24 02:58:38 -07:00
commit 45111d6576
12 changed files with 152 additions and 0 deletions

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
extern crate tinysnark;
fn main() {
tinysnark::test();
}