Skip to content

Commit

Permalink
add language markdown markers
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Aug 22, 2017
1 parent ea5c017 commit 18ac0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codereview/balancedArraySumIdentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ left-to-right and right-to-left evaluations in the same loop.

## Implementation

<!-- language: lang-java -->

public class BalancedArraySumIdentifier {
public static boolean isArraySumBalanced(int[] values) {
int leftToRightLeftSum = 0;
Expand Down

0 comments on commit 18ac0a8

Please sign in to comment.