Skip to content

Commit

Permalink
Update matrix.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
manika88 authored Dec 31, 2024
1 parent c154de8 commit c7910b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions task1/matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ class Matrix
bool operator==(const Matrix& m2);
bool operator!=(const Matrix& m2);
Matrix operator+(const Matrix& m2);
private:
std::vector<std::vector<int>> data;
};

0 comments on commit c7910b9

Please sign in to comment.