10 lines
86 B
C
Raw Normal View History

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