/* Hello world in C* */

#include <stdio.h>

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