aboutsummaryrefslogtreecommitdiff
path: root/challenge-119/james-smith
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-07-05 11:56:44 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-07-05 11:56:44 +0100
commitcddea5572d8932a82bb6065f363e455bb7c7d564 (patch)
tree72af378409f07b6e39172016580a3e630fee19ab /challenge-119/james-smith
parent44286b8a2788cd6f76fd0f67167d052a86e1782b (diff)
downloadperlweeklychallenge-club-cddea5572d8932a82bb6065f363e455bb7c7d564.tar.gz
perlweeklychallenge-club-cddea5572d8932a82bb6065f363e455bb7c7d564.tar.bz2
perlweeklychallenge-club-cddea5572d8932a82bb6065f363e455bb7c7d564.zip
typo
Diffstat (limited to 'challenge-119/james-smith')
-rw-r--r--challenge-119/james-smith/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-119/james-smith/README.md b/challenge-119/james-smith/README.md
index 663a88f2d2..ee078890c0 100644
--- a/challenge-119/james-smith/README.md
+++ b/challenge-119/james-smith/README.md
@@ -14,7 +14,7 @@ https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-119/ja
# Task 1 - Swap Nibbles
-***You are given a positive integer `$N`. Write a script to swap the two nibbles of the binary representation of the given number and print the decimal number of the new binary representation.(((
+***You are given a positive integer `$N`. Write a script to swap the two nibbles of the binary representation of the given number and print the decimal number of the new binary representation.***
## The solution