This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by @vbsteven on 09/10/15. | |
* | |
* Run with "javac TestArray.java && java TestArray" | |
*/ | |
public class TestArray { | |
public static void main(String[] args) { | |
long sum = 0; |