mirror of
https://github.com/succinctlabs/sp1-project-template.git
synced 2026-04-30 03:00:16 -04: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())
|
|
}
|