7 lines
108 B
C
7 lines
108 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("This is a dummy\n"); // Set breakpoint here
|
|
return 0;
|
|
}
|