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