aaa
This commit is contained in:
parent
5e2dc0a00b
commit
4f108e114d
@ -34,7 +34,7 @@ int main(){
|
|||||||
|
|
||||||
NW_D=localtime(&nex_week);
|
NW_D=localtime(&nex_week);
|
||||||
|
|
||||||
printf("%d.%d.%d\n",NW_D->tm_mday, NW_D->tm_mon+1,NW_D->tm_year+1900);
|
printf("%d.%d.%d\n\n",NW_D->tm_mday, NW_D->tm_mon+1,NW_D->tm_year+1900);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user