@@ -1,4 +1,5 @@
int main() {
// Comment
int tomas = 8;
tomas /= 2;
tomas *= 3;
@@ -8,7 +9,7 @@ int main() {
tomas += 31;
tomas &= 21;
tomas |= 3;
tomas |= 303;
tomas |= 303; //hi
tomas ^= 23;
tomas ^= 27;
tomas &= 302;
The note is not visible to the blocked user.