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