karx_crate 0.1.0

Karx's crate
Documentation
1
2
3
pub fn hello(name: String) {
    println!("Hello, {}!", name);
}