[ create a new paste ] login | about

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

C++, pasted on Jan 20:
1
2
3
4
5
6
7
int main()
{
	int *p = 0;
	delete p;
	std::cout << ".....\n";
	return 0;
}


Output:
1
.....


Create a new paste based on this one


Comments: