diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-06-22 11:40:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 11:40:56 +0100 |
| commit | ff86a0cc780b27400b9cd8b73f4aa72d056c53f3 (patch) | |
| tree | b887ad0f66669b117f30ad45b08e455ca6b1268c | |
| parent | 39a523619686e9137cf805154badf6c45173fc5b (diff) | |
| parent | 9af428d01e82e4e27684651ecd67f0aac1e813b3 (diff) | |
| download | perlweeklychallenge-club-ff86a0cc780b27400b9cd8b73f4aa72d056c53f3.tar.gz perlweeklychallenge-club-ff86a0cc780b27400b9cd8b73f4aa72d056c53f3.tar.bz2 perlweeklychallenge-club-ff86a0cc780b27400b9cd8b73f4aa72d056c53f3.zip | |
Merge pull request #4317 from drbaggy/master
Sorry - forgot the blog link...
| -rw-r--r-- | challenge-118/james-smith/README.md | 2 | ||||
| -rw-r--r-- | challenge-118/james-smith/blog.txt | 1 |
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/ |
