lab 3 start
This commit is contained in:
20
Lab3/main.cpp
Normal file
20
Lab3/main.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @file main.cpp
|
||||
* @author Trevor Barnes (barnestr@msoe.edu)
|
||||
* @brief
|
||||
* @version 1.0
|
||||
* @date 2022-03-29
|
||||
*
|
||||
* @copyright Copyright (c) 2022
|
||||
*
|
||||
*/
|
||||
#include<iostream>
|
||||
#include "matrix.h"
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
Matrix m1(2,2);
|
||||
// add more tests
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user