gb/src/main.rs

4 lines
44 B
Rust
Raw Normal View History

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