7 lines
84 B
C
7 lines
84 B
C
|
#include "test.h"
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
runTest();
|
||
|
return 0;
|
||
|
}
|