From 199f3ad7cd01da2fa57742dc916c4ed7d5a0fcdd Mon Sep 17 00:00:00 2001 From: "Markus \"Holli\" Holzer" Date: Sat, 21 Mar 2020 20:28:35 +0100 Subject: stepping isn't just consecutive. duh --- challenge-052/markus-holzer/raku/ch-1.p6 | 1 - 1 file changed, 1 deletion(-) 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 } } -- cgit