#include <stdio.h> #include "tests.h" int main(){ test_1();}
#include <stdio.h>
#include "tests.h"
int main()
{
test_1();
}