4 lines
45 B
Rust
Raw Permalink Normal View History

fn main() {
println!("Hello, World!");
}