rust-book/variables/scope/src/main.rs
Timothy Warren 861134542a First commit
2019-01-30 14:25:30 -05:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}