Sample

preタグを使うと整形テキストを表示できます。

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