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 From 2ab1eacf91015f5d8b363de4d5322d02797576cf Mon Sep 17 00:00:00 2001 From: drbaggy Date: Tue, 22 Jun 2021 09:33:13 +0100 Subject: added blog link --- challenge-118/james-smith/blog.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 challenge-118/james-smith/blog.txt diff --git a/challenge-118/james-smith/blog.txt b/challenge-118/james-smith/blog.txt new file mode 100644 index 0000000000..e0c3cfc32d --- /dev/null +++ b/challenge-118/james-smith/blog.txt @@ -0,0 +1 @@ +https://github.com/drbaggy/perlweeklychallenge-club/blob/master/challenge-118/james-smith/ -- cgit