vc_verifier/
lib.rs

1
2pub fn main() {
3    println!("Hello, world!");
4}