/*
* Here you have a new C file!
*/

#include <stdio.h>
#include "common.h"

main()
{
       printf("Compiled: %s\n", datetime);
}