Modules/Objects/tests/Tests.cpp
2023-07-31 08:04:14 +03:00

9 lines
No EOL
114 B
C++

#include "NewPlacement.hpp"
#include "Testing.hpp"
#include "primitives/primitives.h"
int main() {
return 0;
}