4 lines
45 B
Rust
Raw Normal View History

2022-12-31 22:37:32 +03:00
fn main() {
println!("Hello, world!");
}