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

4 lines
44 B
Plaintext

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