mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 15:05:33 +00:00
add server and client value passing
This commit is contained in:
4
client.gpsl
Normal file
4
client.gpsl
Normal file
@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
send("test");
|
||||
println(receive());
|
||||
}
|
Reference in New Issue
Block a user