- first version of colleen
@@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
char *program = "#include <stdio.h>%c%cint main() {%c char *program = %c%s%c;%c printf(program, 10, 10, 10, 34, program, 34, 10, 10);%c return 0;%c}%c";
printf(program, 10, 10, 10, 34, program, 34, 10, 10);
return 0;
}
The note is not visible to the blocked user.