8 lines
79 B
C
8 lines
79 B
C
|
#include "cachelab.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printSummary(0, 0, 0);
|
||
|
return 0;
|
||
|
}
|