From 345480d2c0647a1a4bf8b7915d78155a261ea988 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Aug 2023 17:39:59 +0200 Subject: A5: Final --- a5/matrix.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'a5/matrix.cc') diff --git a/a5/matrix.cc b/a5/matrix.cc index 4a34fa0..b76526c 100644 --- a/a5/matrix.cc +++ b/a5/matrix.cc @@ -3,6 +3,7 @@ #include "matrix.h" #include +#include template std::ostream& operator<<(std::ostream& s, const Matrix& m) @@ -224,4 +225,11 @@ int main() Matrix m2; test(m1, m2); } + + std::cout << "Matrix:\n"; + { +// Matrix m1; +// Matrix m2; +// test(m1, m2); + } } -- cgit v1.2.3