4 lines
45 B
Rust
Raw Normal View History

2024-07-14 14:52:45 -04:00
fn main() {
println!("Hello, world!");
}