diff options
| author | James Smith <js5@sanger.ac.uk> | 2022-05-26 23:00:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 23:00:56 +0100 |
| commit | 52e1d1e8383c07343211b71677e074c32a5cc0b3 (patch) | |
| tree | cc531afd06ebf31d6cffcb8957ed8e6add9f4490 | |
| parent | c2103dad62372e71bcb39f1e3497cc823bef52c8 (diff) | |
| download | perlweeklychallenge-club-52e1d1e8383c07343211b71677e074c32a5cc0b3.tar.gz perlweeklychallenge-club-52e1d1e8383c07343211b71677e074c32a5cc0b3.tar.bz2 perlweeklychallenge-club-52e1d1e8383c07343211b71677e074c32a5cc0b3.zip | |
Update README.md
| -rw-r--r-- | challenge-166/james-smith/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/challenge-166/james-smith/README.md b/challenge-166/james-smith/README.md index 6c17d94b01..222ff79205 100644 --- a/challenge-166/james-smith/README.md +++ b/challenge-166/james-smith/README.md @@ -147,7 +147,7 @@ The simplest approach is to use 3/4. say $HORIZONTAL_LINE; ``` -### Workout what to print: +### Workout what to print and printing ``perl ## map({$u{$F=$_}<@p?sprintf$T,map{($d{$_}[0]//'')ne$F?'': @@ -168,6 +168,9 @@ The simplest approach is to use 3/4. say sprintf $TEMPLATE, @columns; } ``` + +## Just a minor block at the end +say $1 ## The full code (with comments) ```perl |
