Parallel Programming - Stuff happened
[matches/honours.git] / course / semester2 / pprog / assignment1 / single-thread / main.c
index 392c27d..e9ccb41 100644 (file)
@@ -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
 }
 

UCC git Repository :: git.ucc.asn.au