4 lines
42 B
Rust

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