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

4 lines
43 B
Plaintext

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