Files
School/Anul 1/Semestrul 2/Data structures/Lab 3/App.cpp
T
2024-08-31 12:07:21 +03:00

11 lines
188 B
C++

#include <iostream>
#include "ShortTest.h"
#include "ExtendedTest.h"
int main(){
testAll();
testAllExtended();
std::cout<<"Finished IL Tests!"<<std::endl;
system("pause");
}