@@ -0,0 +1,11 @@
class Pos{
int x;
int y;
int z;
Pos(int x, int y, int z) {
this.x = x;
this.y = y;
this.z = z;
}
The note is not visible to the blocked user.