Aktualizovat „du6/program.c“

This commit is contained in:
Artem Horbunov 2020-04-08 16:43:14 +00:00
parent 2b9e226770
commit 06faf0b0a1

View File

@ -95,9 +95,9 @@ int main(){
if(test1){
strcpy(string, "");
}
char array[] = "";
char array[] = "\n";
if(test2){
strcpy(array, "\n");
strcpy(array, "");
}
//Print names
if(newLines <= lines){