aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-052/markus-holzer/raku/ch-1.p61
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-052/markus-holzer/raku/ch-1.p6 b/challenge-052/markus-holzer/raku/ch-1.p6
index 4807703bbf..5580d68b25 100644
--- a/challenge-052/markus-holzer/raku/ch-1.p6
+++ b/challenge-052/markus-holzer/raku/ch-1.p6
@@ -1,4 +1,3 @@
-# Inspired by Simon
sub is-stepping( UInt $n ) {
not so $n.comb.rotor( 2 => -1 ).first: -> ($a, $b) { abs($a - $b) != 1 }
}