aboutsummaryrefslogtreecommitdiff
path: root/challenge-081
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-081')
-rw-r--r--challenge-081/markus-holzer/raku/ch-1.raku1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-081/markus-holzer/raku/ch-1.raku b/challenge-081/markus-holzer/raku/ch-1.raku
index f3b9e8c8e6..db9c216af9 100644
--- a/challenge-081/markus-holzer/raku/ch-1.raku
+++ b/challenge-081/markus-holzer/raku/ch-1.raku
@@ -5,7 +5,6 @@ my Str $B = @*ARGS.max(*.chars);
# Custom operator, just for fun
multi sub infix:<%%>( Str $n, Str $d ) returns Bool {
- #will always be a Rat
given $n.chars / $d.chars {
.denominator == 1
?? $n eq $d x $_