rust_learning/hello_world/main.rs

3 lines
44 B
Rust

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