[ create a new paste ] login | about

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

C, pasted on May 24:
1
2
3
4
5
6
7
8
9
#include <stdio.h>
//pictobin(string ){

//}
int main()
{
  char name[100];
  printf("azazaza");
}


Output:
1
2
azazaza
Exited: ExitFailure 7


Create a new paste based on this one


Comments: