#include int main (int argc, char **argv) { printf ("Hello there!\n"); // Set break point at this line. return 0; }