hello_extern 0.1.1

how to use an external crate
Documentation
1
2
3
4
// Rust File: src/lib.rs
pub fn hello() -> &'static str {
    "Hello, World!"
}