10 lines
118 B
Rust
10 lines
118 B
Rust
mod tests;
|
|
mod modules;
|
|
|
|
|
|
|
|
const SERVER_ADDRESS: &str = "localhost:5000";
|
|
|
|
fn main() {
|
|
println!("hello world");
|
|
}
|