From 47c95f2813ae6086c36f4e2c092079856215054f Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 21 Mar 2023 11:25:06 +0000 Subject: Update README.md --- challenge-209/james-smith/README.md | 4 ++-- 1 file 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 -- cgit