From fb451ad8857bd4c50b81e578fd746c5e6bf79669 Mon Sep 17 00:00:00 2001 From: drbaggy Date: Tue, 22 Jun 2021 09:32:24 +0100 Subject: Oops fixed link --- challenge-118/james-smith/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.*** -- cgit