@ -1,3 +1,8 @@
fn main() #server {
println(receive());
let str: String;
str = "hello from server.";
send(str);
send(receive());
}
The note is not visible to the blocked user.