4 lines
45 B
Rust
Raw Permalink Normal View History

2025-08-22 14:05:36 +02:00
fn main() {
println!("Hello, world!");
}