4 lines
43 B
Rust
Raw Normal View History

2023-05-05 18:32:20 +00:00
fn main() {
println!("hello world");
}