#include <stdio.h>

int main() {
    printf("%s %s %s\n", __DATE__, __TIME__, __func__);
    printf("%s %d\n", __FILE__, __LINE__);
    printf("%d\n", __STDC__);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: