Commit 3a555cd5 authored by James Knee's avatar James Knee
Browse files

more bug fixes in .h

parent 8058d6d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,6 +84,6 @@ bool labTwo_pOne(int arr1[], int arr2[], int size);
 *      5 10 11  8
 *      9  6  7 12
 *      4 15 14  1
 *   The sum of any row, column, or diagonal of the matrix equals 15.
 *   The sum of any row, column, or diagonal of the matrix equals 34.
 */
bool labTwo_pTwo(int arr[], int size);
 No newline at end of file