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