mirror of
https://github.com/succinctlabs/sp1-project-template.git
synced 2026-01-14 10:07:56 -05:00
6 lines
117 B
Rust
6 lines
117 B
Rust
use sp1_build::build_program_with_args;
|
|
|
|
fn main() {
|
|
build_program_with_args("../program", Default::default())
|
|
}
|