corection3

This commit is contained in:
kr820js 2024-02-22 13:38:00 +01:00
parent 2e5b5fe78b
commit 3a254bf726

View File

@ -16,6 +16,6 @@ int main()
}
printf("%c",c);
}
printf("\nLines count: %d",counter);
printf("\nLines count: %d\n",counter);
return 0;
}