blob: 9351c77f7146a036d32cee924890d5a67f15f748 [file] [log] [blame]
#include <stdio.h>
int
main (int argc, char **argv)
{
printf ("Hello there!\n"); // Set break point at this line.
return 0;
}