Skip to main content

lib_zinc/
lib.rs

1pub fn test() {
2    println!("Hey, this is from a lib that I wrote");
3}