4 lines
45 B
Rust
Raw Normal View History

2024-01-27 21:21:10 +01:00
fn main() {
println!("Hello, world!");
}