mypackage 0.1.0

trying to publish a crate
Documentation
1
2
3
pub fn greet(name: &str){
    print!("Hello {}",name);
}