Изменить 'a1/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-03-07 00:01:20 +00:00
parent 971d46afb9
commit 29ee493d7c

View File

@ -27,4 +27,6 @@ int main () {
}
printf ("Vysledok je: ");
printf ("%d\n", &result);
free(BMW);
return 0;
}