1#include <stdio.h>
2int
3main (int argc, char **argv)
4{
5  printf ("Hello there!\n"); // Set break point at this line.
6  return 0;
7}
8