brintos

brintos / llvm-project-archived public Read only

0
0
Text · 97 B · 5653471 Raw
6 lines · cpp
1#include <stdio.h>2int main ()3{4  puts ("I am the second program."); // Set breakpoint 2 here5}6