4 lines
45 B
Rust
Raw Normal View History

2023-01-22 12:04:41 +01:00
fn main() {
println!("Hello, world!");
}