#include <stdio.h>

int main(void)
{
  /* Not really Objective-C */
  printf("Hello World\n");

  return 0;
}
