Изменить 'du3/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-03-26 10:43:32 +00:00
parent 1db858f56d
commit 4663059ce5

View File

@ -37,6 +37,7 @@ if(m>9){
else{
printf(" %d.0%d.%d\n",day,m,y);
}
printf("\n");
return 0;
}