about summary refs log tree commit diff
path: root/client/src/main.rs
blob: ccf0d3072be47ad583a80358f3f69331ff6e6277 (plain) (blame)
1
2
3
fn main() {
    println!("Hello, world! Im the client!");
}