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