2024-09-17 17:04:30 +03:00

6 lines
118 B
Rust

use sp1_helper::build_program_with_args;
fn main() {
build_program_with_args("../program", Default::default())
}