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

4 lines
41 B
Rust

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