allocPool/main.cpp

8 lines
82 B
C++
Raw Normal View History

#include "tests.hpp"
2024-03-01 14:21:52 -05:00
int main() {
tests t;
t.runTests();
2024-03-01 14:21:52 -05:00
return 0;
}