#include <stdio.h>
int main()
{
printf("Hello World!\n");
printf("Hi, I'm Juan\n");
printf("Homer: Okay Marge, its your child against my child. The winner will be showered with praise. The loser will be taunted and booed until my throat is sore.");
return 0;
}
-- BarryLawson - 08 Feb 2007