Files
001-guessing-game/src/main.rs
2021-07-16 20:08:46 -05:00

4 lines
45 B
Rust

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