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