diff options
Diffstat (limited to 'challenge-091')
| -rw-r--r-- | challenge-091/paulo-custodio/lua/ch-1.lua | 2 | ||||
| -rw-r--r-- | challenge-091/paulo-custodio/lua/ch-2.lua | 2 | ||||
| -rwxr-xr-x | challenge-091/paulo-custodio/perl/ch-1.pl | 3 | ||||
| -rwxr-xr-x | challenge-091/paulo-custodio/perl/ch-2.pl | 3 | ||||
| -rw-r--r-- | challenge-091/paulo-custodio/python/ch-1.py | 3 | ||||
| -rw-r--r-- | challenge-091/paulo-custodio/python/ch-2.py | 3 |
6 files changed, 10 insertions, 6 deletions
diff --git a/challenge-091/paulo-custodio/lua/ch-1.lua b/challenge-091/paulo-custodio/lua/ch-1.lua index 0a3bf830c3..3091ff1ae3 100644 --- a/challenge-091/paulo-custodio/lua/ch-1.lua +++ b/challenge-091/paulo-custodio/lua/ch-1.lua @@ -1,7 +1,7 @@ #!/usr/bin/env lua --[[ -THE WEEKLY CHALLENGE - 091 +Challenge 091 TASK #1: Count Number diff --git a/challenge-091/paulo-custodio/lua/ch-2.lua b/challenge-091/paulo-custodio/lua/ch-2.lua index c36f960435..93fdabe41b 100644 --- a/challenge-091/paulo-custodio/lua/ch-2.lua +++ b/challenge-091/paulo-custodio/lua/ch-2.lua @@ -1,7 +1,7 @@ #!/usr/bin/env lua --[[ -THE WEEKLY CHALLENGE - 091 +Challenge 091 TASK #2: Jump Game diff --git a/challenge-091/paulo-custodio/perl/ch-1.pl b/challenge-091/paulo-custodio/perl/ch-1.pl index e0d2116ceb..24d4b8301d 100755 --- a/challenge-091/paulo-custodio/perl/ch-1.pl +++ b/challenge-091/paulo-custodio/perl/ch-1.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -# THE WEEKLY CHALLENGE - 091 +# Challenge 091 +# # TASK #1: Count Number # # You are given a positive number $N. Write a script to count number and diff --git a/challenge-091/paulo-custodio/perl/ch-2.pl b/challenge-091/paulo-custodio/perl/ch-2.pl index 39ef8e35d5..715eb81036 100755 --- a/challenge-091/paulo-custodio/perl/ch-2.pl +++ b/challenge-091/paulo-custodio/perl/ch-2.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -# THE WEEKLY CHALLENGE - 091 +# Challenge 091 +# # TASK #2: Jump Game # # You are given an array of positive numbers @N, where value at each index diff --git a/challenge-091/paulo-custodio/python/ch-1.py b/challenge-091/paulo-custodio/python/ch-1.py index 3eeb00c151..7fda504093 100644 --- a/challenge-091/paulo-custodio/python/ch-1.py +++ b/challenge-091/paulo-custodio/python/ch-1.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -# THE WEEKLY CHALLENGE - 091 +# Challenge 091 +# # TASK #1: Count Number # # You are given a positive number $N. Write a script to count number and 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 |
