@ -1,13 +0,0 @@
#include "matrices.h"
int main() {
Matrix a(3, 3);
a.Print("A");
a = a.Add(0.5F);
a.Print("A + 0.5F");
return 0;
}
The note is not visible to the blocked user.