Aktualizovat „du3/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-26 20:15:42 +00:00
parent 9ed76c7673
commit cae7603318

View File

@ -16,7 +16,7 @@ int main()
t.tm_mday += 7;
printf("%d.%d.%d", t.tm_mday, t.tm_mon + 1, t.tm_year + 1900);
printf(" %d.%d.%d", t.tm_mday, t.tm_mon + 1, t.tm_year + 1900);
exit(EXIT_SUCCESS);