RosettaCodeData/Task/Hello-world-Text/Rust/hello-world-text-2.rs

4 lines
43 B
Rust

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