4 lines
45 B
Rust
Raw Normal View History

2023-09-04 12:24:00 -07:00
fn main() {
println!("Hello, world!");
}