@@ -0,0 +1,8 @@
#include <stdio.h>
// run using gcc thor.c && ./a.out
int main(int argc, char **argv){
printf("Hello, World!");
return 0;
}
The note is not visible to the blocked user.