4 lines
45 B
Rust
Raw Normal View History

2024-03-23 19:04:25 -04:00
fn main() {
println!("Hello, world!");
}