aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-250/0rir/ch-1.raku1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-250/0rir/ch-1.raku b/challenge-250/0rir/ch-1.raku
index b6c021855e..1ab41a4965 100644
--- a/challenge-250/0rir/ch-1.raku
+++ b/challenge-250/0rir/ch-1.raku
@@ -46,7 +46,6 @@ my @Test =
-10,(), -1,
;
plan @Test รท 3;
-@Test[1][0].WHAT.say;
multi func( Int $int where $int < 0, $list ) { -1 };
multi func( Int $int, $list -->Int:D) {