#include #include "linkedList.h" #include "tests.h" int main(int argc, char* argv[]){ runTests(); return 0; }