[ create a new paste ] login | about

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

C, pasted on Jul 6:
1
2
3
4
5
#include <stdio.h>
void main()
{
	printf("Ben");
}


Output:
1
Ben


Create a new paste based on this one


Comments: