@ -0,0 +1,10 @@
#include <stdlib.h>
int main() {
int a = 1;
int b = 2;
int c = a - b;
return 0;
}
The note is not visible to the blocked user.