1#include <stdio.h>2 3int main (int argc, char const *argv[])4{5 printf("Hello, world.\n"); // Set breakpoint here.6 7 return 0;8}9