11 lines
100 B
C++
11 lines
100 B
C++
#include "testlib.h"
|
|
|
|
int main ()
|
|
{
|
|
if(TestLib() != 1.0)
|
|
{
|
|
return -1;
|
|
}
|
|
return 0;
|
|
}
|