Created
January 22, 2018 14:16
-
-
Save maryrosecook/33dc937688b2b1c6eeb1965f9b818f0e to your computer and use it in GitHub Desktop.
This file contains 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
# Use test-driven development to write a method that: | |
# * Takes an array of numbers. | |
# * Returns the sum of the numbers in the array. | |
# * e.g. | |
# * Input: [1, 2, 3, 4, 5] | |
# * Return: 15 | |
# * Make sure to create a separate project directory for your code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment