[ create a new paste ] login | about

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

C, pasted on Jan 16:
1
2
3
4
5
6
7
#include <stdio.h>
main ()
{
  char ch;
  ch = getchar();
  putchar(ch);
}


Output:
1
2
�
Exited: ExitFailure 255


Create a new paste based on this one


Comments: