sclient.rust/src/main.rs
2019-05-09 20:39:01 -04:00

4 lines
45 B
Rust

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