add server and client value passing

This commit is contained in:
Masato Imai
2022-07-19 12:17:47 +09:00
parent 30d9d53973
commit be3bd2572e
5 changed files with 59 additions and 28 deletions

4
client.gpsl Normal file
View File

@ -0,0 +1,4 @@
fn main() {
send("test");
println(receive());
}