Files
simple-rust-tests/__network/kcp-test/src/main.rs
2023-08-09 01:02:37 +08:00

4 lines
45 B
Rust

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