gb/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2020-07-22 05:19:27 +00:00
fn main() {
println!("Hello, world!");
}