pacbot/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2019-10-29 18:22:54 +01:00
fn main() {
println!("Hello, world!");
}