brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · f29faf0 Raw
9 lines · c
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