crate_hello_world 0.1.1

A Hello World Cargo Package Test.
Documentation
1
2
3
fn main() {
    println!("Hello, world!");
}