shared-memory/main/main.cpp

5 lines
67 B
C++

#include "../src/SharedMemory.h"
int main() {
return test();
}