This commit is contained in:
Anton Dolozin 2025-11-09 19:25:57 +01:00
parent 71064e4d39
commit 6f6138c25f

View File

@ -78,8 +78,7 @@ int main(void){
while( fgets(line, sizeof(line), stdin)){
line[strcspn(line, "\n")] = '\0';
if(line[0] == '\0'){
if(strcmp(line, "\n\n") == 0){
whitespace = true;
break;
}