4 lines
44 B
Rust
Raw Permalink Normal View History

2019-02-05 07:08:31 -07:00
fn main() {
println!("Hello, World");
}