corection1

This commit is contained in:
kr820js 2024-02-22 13:21:51 +01:00
parent 7744b6e718
commit 50ac9610ec

View File

@ -12,5 +12,6 @@ int main()
} }
printf("%c",c); printf("%c",c);
} }
printf("\n");
return 0; return 0;
} }