testpackage/
lib.rs

1pub fn test() {
2    println!("Hello World! test")
3}