7 líneas
106 B
C
7 líneas
106 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Testing after include directory removal\n");
|
|
return 0;
|
|
}
|