#include <stdio.h>

int main( int argc, char*argv[] )
{
  printf("\nHello World!\n");
  return 0;
}
