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

4 lines
41 B
Plaintext

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