fix
This commit is contained in:
parent
3b6dc85ef5
commit
35972812bb
@ -27,6 +27,7 @@ int main() {
|
|||||||
|
|
||||||
strftime(buffer, sizeof(buffer), "%e.%m.%-Y", &tm);
|
strftime(buffer, sizeof(buffer), "%e.%m.%-Y", &tm);
|
||||||
puts(buffer);
|
puts(buffer);
|
||||||
|
putc('\n', stdout);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user