Files
learn-rust/hello_world/main.rs

4 lines
44 B
Rust

fn main() {
println!("Hello World!");
}