6 lines
78 B
Rust
6 lines
78 B
Rust
|
use sp1_helper::build_program;
|
||
|
|
||
|
fn main() {
|
||
|
build_program("../program")
|
||
|
}
|