10 lines
105 B
C++
10 lines
105 B
C++
#include <iostream>
|
|
|
|
#include "2Q_cache.h"
|
|
|
|
|
|
int main() {
|
|
TwoCache cache(2, 4);
|
|
|
|
return 0;
|
|
} |