diff options
| -rwxr-xr-x | challenge-192/jo-37/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-192/jo-37/perl/ch-2.pl b/challenge-192/jo-37/perl/ch-2.pl index 7739cca720..e190f24b14 100755 --- a/challenge-192/jo-37/perl/ch-2.pl +++ b/challenge-192/jo-37/perl/ch-2.pl @@ -31,7 +31,7 @@ say num_moves(@ARGV); ### Implementation # See the blog -# https://github.com/jo-37/perlweeklychallenge-club/blob/master/challenge-192/jo-37/blog.pdf +# https://github.com/jo-37/perlweeklychallenge-club/blob/master/challenge-192/jo-37/ch-2.pdf # for a derivation of the formula behind this implementation. sub num_moves { |
