From 2f30c2d030d6461942dbb24df992dd02b5955dc3 Mon Sep 17 00:00:00 2001 From: Alexei Date: Wed, 12 Nov 2025 09:23:41 +0100 Subject: [PATCH] Test --- matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.c b/matrix.c index ad00628..9a5fb4c 100644 --- a/matrix.c +++ b/matrix.c @@ -11,7 +11,7 @@ Matrix createMatrix(unsigned int rows, unsigned int cols) void clearMatrix(Matrix *matrix) { - + //test } void setMatrixAt(MatrixType value, Matrix matrix, unsigned int rowIdx, unsigned int colIdx)