freechat/server/src/main.rs
2019-10-31 10:45:34 -07:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}