tutorials-chapter1 0.1.0

This is tutorials chapter 1
1
2
3
fn main() {
    println!("Hello, world!");
}