rust-bot/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2016-07-25 15:59:46 -07:00
fn main() {
println!("Hello, world!");
}