4 lines
43 B
Rust
Raw Normal View History

2026-02-26 11:50:51 +01:00
fn main() {
println!("Hello world!")
}