diff options
| -rw-r--r-- | challenge-209/james-smith/README.md | 4 |
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 |
