removed garbage

This commit is contained in:
superdimensional 2021-04-18 17:56:53 -04:00
parent 65fe43ddab
commit fc1d949919

8
main.c
View file

@ -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;