diff options
Diffstat (limited to 'challenge-091/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-091/paulo-custodio/python/ch-2.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-091/paulo-custodio/python/ch-2.py b/challenge-091/paulo-custodio/python/ch-2.py index 84db6f66d8..538dce95f0 100644 --- a/challenge-091/paulo-custodio/python/ch-2.py +++ b/challenge-091/paulo-custodio/python/ch-2.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -# THE WEEKLY CHALLENGE - 091 +# Challenge 091 +# # TASK #2: Jump Game # # You are given an array of positive numbers @N, where value at each index |
