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