lib2MyTest/
lib.rs

1pub fn print(s: &str) {
2    println!("{s}");
3}