Skip to content

Commit

Permalink
Add reference to the source
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cordero committed Feb 10, 2016
1 parent cdacb62 commit 86388f1
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -28,3 +28,7 @@ func challenge_0001(i: Int, _ j: Int) -> Int {
//assert(challenge_0001(100, 200) == 125)
//assert(challenge_0001(201, 210) == 89)
//assert(challenge_0001(900, 1000) == 174)

/*:
This problem appeared originally in programming-challenges.com
*/

0 comments on commit 86388f1

Please sign in to comment.