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;