aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Smith <js5@sanger.ac.uk>2023-03-21 11:25:06 +0000
committerGitHub <noreply@github.com>2023-03-21 11:25:06 +0000
commit47c95f2813ae6086c36f4e2c092079856215054f (patch)
tree9a29bbbe217feda6a170eff15043be63409d95ed
parent60f4518b353390ccd821bc973fd5ac7619deb526 (diff)
downloadperlweeklychallenge-club-47c95f2813ae6086c36f4e2c092079856215054f.tar.gz
perlweeklychallenge-club-47c95f2813ae6086c36f4e2c092079856215054f.tar.bz2
perlweeklychallenge-club-47c95f2813ae6086c36f4e2c092079856215054f.zip
Update README.md
-rw-r--r--challenge-209/james-smith/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-209/james-smith/README.md b/challenge-209/james-smith/README.md
index 908f8c30b2..644fcfe6b9 100644
--- a/challenge-209/james-smith/README.md
+++ b/challenge-209/james-smith/README.md
@@ -44,8 +44,8 @@ First we need to note:
```perl
sub special_bit_chars_reverse {
my$f,pop?return-1:pop||return 1;
- $f=!$f,pop||last while@_;
- ~~$f
+ $f++,pop||last while@_;
+ $f&1
}
# Task 2: Merge Account