From e3769969c6f0501b7e96216d60e5fa451d0ff09f Mon Sep 17 00:00:00 2001 From: m7wzyfpis <1040766652@qq.com> Date: Sun, 5 Nov 2023 09:50:19 +0800 Subject: [PATCH] Delete 'myMatrix.h' --- myMatrix.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 myMatrix.h diff --git a/myMatrix.h b/myMatrix.h deleted file mode 100644 index e22d2c9..0000000 --- a/myMatrix.h +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -#include - -void matrixOutput(int matrixArr[9][9]); -void matrixRandomInit(int matrixArr[9][9]); -int checkMatrix(int matrixArr[9][9], int isPrintInfo); \ No newline at end of file