diff options
| -rwxr-xr-x | challenge-123/perlboy1967/perl/ch-1.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-123/perlboy1967/perl/ch-1.pl b/challenge-123/perlboy1967/perl/ch-1.pl index 4789edf5cb..817161e3f1 100755 --- a/challenge-123/perlboy1967/perl/ch-1.pl +++ b/challenge-123/perlboy1967/perl/ch-1.pl @@ -39,6 +39,7 @@ foreach my $t (@$tests) { done_testing(); + # # Blatently 'borrowed' solution using Dynamic Programming from: # https://www.codesdope.com/blog/article/ugly-numbers/ |
