/* -- Compile me with Dice C -- */

main()
{
 printf("Hello World\n");
 exit(0);
}
























