Initialization

This commit is contained in:
Kozar 2024-03-04 20:04:14 +01:00
parent 27928fe9e1
commit 3c5d5c043c

View File

@ -13,9 +13,8 @@ int main() {
while (count < SIZE)
{
if (input == '\n')
if (coefs[count] == '\n')
{
printf("123");
return;
}