w_hello_cargo 0.1.0

a hello world demo
Documentation
1
2
3
pub fn are_you_ok(s: &str) {
    println!("Hello! MI fans, {}!", s);
}