From 97eb139aced39e013cfd6c75f568f47639d4d265 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 28 May 2022 09:09:50 +0100 Subject: Update README.md --- challenge-166/james-smith/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-166/james-smith/README.md b/challenge-166/james-smith/README.md index a73165d2cb..82352a1088 100644 --- a/challenge-166/james-smith/README.md +++ b/challenge-166/james-smith/README.md @@ -364,9 +364,9 @@ For ultimate compactness we can remove the function overhead off, turn off both ```perl /\//,$u{$'.'/'x-d}{$d{$`}=$`}++for<*/*>;$lkeys%{$u{$l}}?sprintf$b,map{$u{$l}{$_}?$l:''}@p:()}sort@_),$a +',@p),$a,map({//;@p-%{$u{$'}}?sprintf$b,map{$' x$u{$'}{$_}}@p:()}sort@_),$a ``` -This is the 242 byte version - we could reduce it to 240 bytes by replacing +This is the 233 byte version - we could reduce it to 231 bytes by replacing `print` with `say` again... But ultimately that makes the execution more bytes. Command line with `print`: -- cgit