diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-06-22 09:32:24 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-06-22 09:32:24 +0100 |
| commit | fb451ad8857bd4c50b81e578fd746c5e6bf79669 (patch) | |
| tree | eafe415b1bcbde9931510ca1fc8caf668b35e0b1 | |
| parent | a09a58d9bd7158242bff0e847a6b7cd0ccee41f7 (diff) | |
| download | perlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.tar.gz perlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.tar.bz2 perlweeklychallenge-club-fb451ad8857bd4c50b81e578fd746c5e6bf79669.zip | |
Oops fixed link
| -rw-r--r-- | challenge-118/james-smith/README.md | 2 |
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`.*** |
