rust_practice_haito 0.1.0

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