aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-009/daniel-mita/README1
-rw-r--r--challenge-009/daniel-mita/perl6/ch-1.p64
2 files changed, 5 insertions, 0 deletions
diff --git a/challenge-009/daniel-mita/README b/challenge-009/daniel-mita/README
new file mode 100644
index 0000000000..37339f491f
--- /dev/null
+++ b/challenge-009/daniel-mita/README
@@ -0,0 +1 @@
+Solution by Daniel Mita
diff --git a/challenge-009/daniel-mita/perl6/ch-1.p6 b/challenge-009/daniel-mita/perl6/ch-1.p6
new file mode 100644
index 0000000000..14e50417b4
--- /dev/null
+++ b/challenge-009/daniel-mita/perl6/ch-1.p6
@@ -0,0 +1,4 @@
+#!/usr/bin/env perl6
+use v6;
+
+say first map ^∞: *²: *.comb.Set ≥ 5;