9 lines
133 B
C
9 lines
133 B
C
#include <stdio.h>
|
|
#include "linkedList.h"
|
|
#include "tests.h"
|
|
|
|
int main(int argc, char* argv[]){
|
|
runTests();
|
|
return 0;
|
|
}
|