#include #include int main(int argc, const char *argv[]) { time_t t = time(NULL); fputs(ctime(&t), stdout); }