This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
cs2011-cachelab/csim.c

8 lines
79 B
C

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