forked from Github_Repos/cvw
11 lines
133 B
C
11 lines
133 B
C
|
#include "header.h"
|
||
|
|
||
|
int main(){
|
||
|
int res = simple_csrbr_test();
|
||
|
if (res < 0) {
|
||
|
fail();
|
||
|
return 0;
|
||
|
}else
|
||
|
return 0;
|
||
|
}
|