Initialization

This commit is contained in:
Kozar 2024-03-04 20:01:11 +01:00
parent 5a6fab927f
commit 6c0365db8a

View File

@ -15,7 +15,7 @@ int main() {
{ {
if (input == '\n') if (input == '\n')
{ {
continue; return;
} }