aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-179/simon-proctor/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
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 } ) {