From fc1d949919dea0da4a6a343b7245234475120cf9 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Sun, 18 Apr 2021 17:56:53 -0400 Subject: [PATCH] removed garbage --- main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main.c b/main.c index fe68a63..537c38e 100644 --- a/main.c +++ b/main.c @@ -95,13 +95,7 @@ int main() system("clear"); printf("\n ~~ Matrix determinant ~~\n\n"); - int numRows; - int numColumns; - printf("\nPlease enter the number of rows:"); - scanf("%d", &numRows); - printf("\nPlease enter the number of columns:"); - scanf("%d", &numColumns); - buildMatrix(numRows, numColumns); + break;