lib1WithModTest 0.1.0

Testing a crate with local dependancies.
Documentation
1
2
3
pub fn print(s: &str) {
    println!("{s}");
}