RosettaCodeData/Task/Hello-world-Newbie/Rust/hello-world-newbie.rust

4 lines
44 B
Plaintext

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