4 lines
45 B
Rust
Raw Normal View History

2023-02-21 16:23:08 +11:00
fn main() {
println!("Hello, world!");
}