Browse Source

add run script for simple cradle

narodnik 5 years ago
parent
commit
859d7e61f5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      compile_and_run.sh

+ 5 - 0
compile_and_run.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+python scripts/pism.py proofs/simple.pism > src/simple_circuit.rs
+cargo fmt
+cargo run --release --bin simple
+