Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created July 30, 2017 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueleresca/153af46337325037932423c80f417bd2 to your computer and use it in GitHub Desktop.
Save samueleresca/153af46337325037932423c80f417bd2 to your computer and use it in GitHub Desktop.
//Test case #1:
CustomArray.SumArray([3]) == 3;
//Test case #2:
CustomArray.SumArray([0]) == 0;
//Test case #3:
CustomArray.SumArray([1,2,3]) == 6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment