7 lines
65 B
C++
7 lines
65 B
C++
#include "tests.h"
|
|
|
|
int main() {
|
|
Test::RunAll();
|
|
return 0;
|
|
}
|