u/client/src/main.rs
2023-03-04 19:29:56 -05:00

3 lines
45 B
Rust

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