CSAPP-sol/cache/csim.c

8 lines
79 B
C

#include "cachelab.h"
int main()
{
printSummary(0, 0, 0);
return 0;
}