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