4 lines
45 B
Rust
Raw Normal View History

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