RosettaCodeData/Task/Hello-world-Text/Rust/hello-world-text-1.rs
2024-10-16 18:07:41 -07:00

3 lines
41 B
Rust

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