randomusert_lib/
lib.rs

1
2
3
pub fn mainlib() {
    println!("this is test version!");
}