6 lines
57 B
C++
6 lines
57 B
C++
|
#include "SharedMemory.h"
|
||
|
|
||
|
int test() {
|
||
|
return 41;
|
||
|
}
|