rust_practice_haito 0.1.1

A practice Rust project for learning and experimentation.
Documentation
1
2
3
fn main() {
    println!("Hello, world!");
}