aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-06-22 09:32:24 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-06-22 09:32:24 +0100
commitfb451ad8857bd4c50b81e578fd746c5e6bf79669 (patch)
treeeafe415b1bcbde9931510ca1fc8caf668b35e0b1
parenta09a58d9bd7158242bff0e847a6b7cd0ccee41f7 (diff)
downloadperlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.tar.gz
perlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.tar.bz2
perlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.zip
Oops fixed link
-rw-r--r--challenge-118/james-smith/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-118/james-smith/README.md b/challenge-118/james-smith/README.md
index 06bf45b666..a4727b0222 100644
--- a/challenge-118/james-smith/README.md
+++ b/challenge-118/james-smith/README.md
@@ -10,7 +10,7 @@ submit solutions in whichever language you feel comfortable with.
You can find the solutions here on github at:
-https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-117/james-smith/perl
+https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-118/james-smith/perl
# Task 1 - Binary Palindrome
***You are given a positive integer `$N`. Write a script to find out if the binary representation of the given integer is Palindrome. Print `1` if it is otherwise `0`.***