Merge pull request 'c'est bon pour de vrai cette fois-ci, je promets' (#3) from vaisse into master

Reviewed-on: #3
This commit is contained in:
2025-10-08 14:31:59 +02:00

View File

@@ -66,15 +66,15 @@ int fetchWord(char* fullword, int file_length){
return 0;
}
/*
int main(void){
int flength;
char fullword[128];
char fullWord[128];
flength = getFileLength();
if(fetchWord(fullword, flength)!=-1){
printf("%s", fullword);
if(fetchWord(fullWord, flength)!=-1){
printf("%s", fullWord);
}
return EXIT_SUCCESS;
}*/
}