From 641859edbaf5ff044113d719b48ea9775c9cc69e Mon Sep 17 00:00:00 2001 From: Scimon Date: Tue, 23 Aug 2022 10:20:16 +0100 Subject: update --- challenge-179/simon-proctor/raku/ch-2.raku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-179/simon-proctor/raku/ch-2.raku b/challenge-179/simon-proctor/raku/ch-2.raku index a473d47bae..5f03672c6e 100644 --- a/challenge-179/simon-proctor/raku/ch-2.raku +++ b/challenge-179/simon-proctor/raku/ch-2.raku @@ -1,6 +1,6 @@ #!/usr/bin/env raku -constant @SPARKS = <<▁ ▂ ▃ ▄ ▅ ▆ ▇ ██>>; +constant @SPARKS = <<▁ ▂ ▃ ▄ ▅ ▆ ▇ █>>; #| Draw a sparkline for the given list of positive numbers sub MAIN( *@values where { all(@values).Num() >= 0 } ) { -- cgit