aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-118/james-smith/README.md2
-rw-r--r--challenge-118/james-smith/blog.txt1
2 files changed, 2 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`.***
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/