mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/bash -x
|
|
python scripts/pism.py proofs/simple.pism | rustfmt > src/simple_circuit.rs
|
|
cargo run --release --bin simple
|
|
|