rust-learning/basics/hello_world.rs

4 lines
42 B
Rust

fn main() {
println!("hello world!");
}