Skip to content

Commit

Permalink
Diagonal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmres committed Aug 27, 2020
1 parent 66eb57d commit 51eed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagdifference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Result
*
* The function is expected to return an INTEGER.
* The function accepts 2D_INTEGER_ARRAY arr as parameter.
*/
*/ //

public static int diagonalDifference(List<List<int>> arr)
{
Expand Down

0 comments on commit 51eed68

Please sign in to comment.