[ create a new paste ] login | about

Link: http://codepad.org/hPzRKf0Q    [ raw code | output | fork ]

joshua_cheek - C, pasted on Mar 29:
1
2
3
4
5
6
#include <stdio.h>
int main() {
  char a[]="#include <stdio.h>%2$cint main() {%2$c  char a[]=%3$c%1$s%3$c;%2$c  printf(a,a,10,34);%2$c  return 0;%2$c}";
  printf(a,a,10,34);
  return 0;
}


Output:
1
2
3
4
5
6
#include <stdio.h>
int main() {
  char a[]="#include <stdio.h>%2$cint main() {%2$c  char a[]=%3$c%1$s%3$c;%2$c  printf(a,a,10,34);%2$c  return 0;%2$c}";
  printf(a,a,10,34);
  return 0;
}


Create a new paste based on this one


Comments: