Initialization

This commit is contained in:
Kozar 2024-03-04 20:02:31 +01:00
parent 6c0365db8a
commit 27928fe9e1

View File

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