Add newline to lab14

This commit is contained in:
Kaehvaman 2024-10-23 22:48:34 +04:00
parent c58a83ad40
commit adc8f8c1cc

View File

@ -215,4 +215,4 @@ int main() {
} while (n != 0); } while (n != 0);
return 0; return 0;
} }