#include #include "someclass.h" // Put in a commen to test the Makefile Time TodaysDate; int main(void) { TodaysDate.printStandard(); return 0; }