Friday, December 26, 2008

Coding in Testing

#include "stdio.h"
void main()
{
while(1)
printf("\n I HATE TESTING :( ");
}