aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/guest/src/lib.rs
blob: e8618e89c4913a8a47d5ea6760b10e3b83e47f4e (plain) (blame)
1
2
3
4
5
6
7
//#![cfg_attr(feature = "guest", no_std)]
#![no_main]

use std::collections::*;
use wrapper_macro::make_wrapper;

zkp::entrypoint_expr! {}