code testing / #5736

[ code from="test.cs"]
for(int i=1;i <100;i++)
{
   console.writeline("this is testing" + i.ToString());
}
[ /code]