rust-learning/basics/hello_world.rs
2024-01-01 00:23:29 +03:00

3 lines
42 B
Rust

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