aboutsummaryrefslogtreecommitdiff
path: root/challenge-076
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-076')
-rwxr-xr-xchallenge-076/mohammad-anwar/raku/ch-1.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-076/mohammad-anwar/raku/ch-1.t b/challenge-076/mohammad-anwar/raku/ch-1.t
index c1674708f8..24bfb82432 100755
--- a/challenge-076/mohammad-anwar/raku/ch-1.t
+++ b/challenge-076/mohammad-anwar/raku/ch-1.t
@@ -10,6 +10,7 @@
use Test;
+is-deeply prime-sum(6).<>, [], "prime sum = 6";
is-deeply prime-sum(9).<>, [(2, 7),], "prime sum = 9";
is-deeply prime-sum(12).<>, [(5, 7), (2, 3, 7)], "prime sum = 12";