2018-01-10 22:52:42 +00:00

9 lines
85 B
C

#include <stdio.h>
int
main()
{
printf("Set a breakpoint here.\n");
return 0;
}