6 lines
77 B
C
6 lines
77 B
C
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
FILE* fichier = NULL;
|
||
|
|
||
|
return 0;
|
||
|
}
|