aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/guest/src/main.rs
blob: 796c663ea46ec4a11ccee04d74058792faffe3d6 (plain) (blame)
1
2
3
4
5
6
7
use risc0_zkvm::guest::env::{commit, read};
use std::collections::*;
use wrapper_macro::make_wrapper;

fn main() {
    zkp::entrypoint_expr!()
}