Sample

The pre tag allows you to display preformatted text.

	for (i=0; i<10; i++)
	{
		n++;
		printf("%d",n);
	}