Update a4/program.c
This commit is contained in:
parent
66d693bdaf
commit
801f92dbe1
@ -27,11 +27,11 @@ int main()
|
|||||||
}
|
}
|
||||||
if(kupa)
|
if(kupa)
|
||||||
{
|
{
|
||||||
printf("Je to taka kopa:");
|
printf("Je to taka kopa:\n");
|
||||||
printf("%d", a[0]);
|
printf("%d", a[0]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf("Nie je kopa.");
|
printf("Nie je kopa.\n");
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user