diff options
| -rw-r--r-- | challenge-248/paulo-custodio/perl/ch-1.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-248/paulo-custodio/perl/ch-1.pl b/challenge-248/paulo-custodio/perl/ch-1.pl index 503126e926..b99dce5818 100644 --- a/challenge-248/paulo-custodio/perl/ch-1.pl +++ b/challenge-248/paulo-custodio/perl/ch-1.pl @@ -7,7 +7,8 @@ # # You are given a string and a character in the given string. # -# Write a script to return an array of integers of size same as length of the given string such that: +# Write a script to return an array of integers of size same as length of +# the given string such that: # # distance[i] is the distance from index i to the closest occurence of # the given character in the given string. |
