lib2 0.1.0

Testing a crate with local dependancies.
Documentation
1
2
3
pub fn print(s1: &str, s2: &str) {
    println!("This is {} + {} + lib2",s1,s2)
}