Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ int main(int argc, char *argv[]){
while ((ch = fgetc(file)) != EOF)
{
printf("%c", ch);
}
putchar(ch);
}
fclose(file);
}
}