mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 21:33:10 +00:00
6 lines
118 B
Rust
6 lines
118 B
Rust
use sp1_helper::build_program_with_args;
|
|
|
|
fn main() {
|
|
build_program_with_args("../program", Default::default())
|
|
}
|