X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment1%2Fsingle-thread%2Fmain.c;h=e9ccb4111b1426479e57a151eb47a9c5a67978f9;hb=3aa33507aadf1d2b1649dc8d489c1811842d4c7a;hp=392c27d6fac1d5e5e70c0e10307f03513b6d388a;hpb=83cf58f62ddc5ce9fe44de27327fde27f767ebb6;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment1/single-thread/main.c b/course/semester2/pprog/assignment1/single-thread/main.c index 392c27d6..e9ccb411 100644 --- a/course/semester2/pprog/assignment1/single-thread/main.c +++ b/course/semester2/pprog/assignment1/single-thread/main.c @@ -85,7 +85,7 @@ int main(int argc, char** argv) options.start_clock = clock(); //Get CPU cycles executed before simulation starts Simulation_Run(argc, argv); // Start the simulation - printf("Got here!\n"); + //printf("Got here!\n"); exit(EXIT_FAILURE); //Should never get to this line }