6 lines
78 B
Rust
6 lines
78 B
Rust
pub mod client;
|
|
pub mod server;
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|