#include <stdio.h>

main()
{
      str= man
      strlen(str)
          printf ("Hello World!\n");
      
}

