fork download
  1. #include <stdio.h>
  2. #include <time.h>
  3.  
  4. int main(void) {
  5. puts(asctime(&(const struct tm) { .tm_hour = 1, .tm_min = 2, .tm_sec = 3 }));
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
Sun Jan  0 01:02:03 1900