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