mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 15:05:33 +00:00
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
#[server(ip = "localhost:8080")]
|
|
fn main() {
|
|
send(receive());
|
|
}
|