From d0dda87066ea08fd8dff60d12c5d49120ea79bf6 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Tue, 23 Jan 2024 14:15:53 +0530 Subject: [PATCH] build.sh and run.sh added in composition/ --- hash/risc0/composition/build.sh | 1 + hash/risc0/composition/run.sh | 1 + 2 files changed, 2 insertions(+) create mode 100755 hash/risc0/composition/build.sh create mode 100755 hash/risc0/composition/run.sh diff --git a/hash/risc0/composition/build.sh b/hash/risc0/composition/build.sh new file mode 100755 index 0000000..7f1b114 --- /dev/null +++ b/hash/risc0/composition/build.sh @@ -0,0 +1 @@ +cargo build --release \ No newline at end of file diff --git a/hash/risc0/composition/run.sh b/hash/risc0/composition/run.sh new file mode 100755 index 0000000..7acdd03 --- /dev/null +++ b/hash/risc0/composition/run.sh @@ -0,0 +1 @@ +./target/release/composition \ No newline at end of file