School Commit Init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "ShortTest.h"
|
||||
#include "ExtendedTest.h"
|
||||
|
||||
int main(){
|
||||
testAll();
|
||||
testAllExtended();
|
||||
std::cout<<"Finished IL Tests!"<<std::endl;
|
||||
system("pause");
|
||||
}
|
||||
Reference in New Issue
Block a user