allocPool/main.cpp

8 lines
82 B
C++

#include "tests.hpp"
int main() {
tests t;
t.runTests();
return 0;
}