Skip to content

Commit 219e6a1

Browse files
committed
[euler] add a test for prob100
1 parent 85003a9 commit 219e6a1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

t/categories/euler.t

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use v6;
22

33
use Test;
44

5-
plan 43;
5+
plan 44;
66

77
subtest {
88
plan 5;
@@ -410,6 +410,16 @@ if False {
410410
}, "prob092";
411411
}
412412

413+
subtest {
414+
plan 1;
415+
416+
my $problem = "prob100";
417+
my @authors = <andreoss>;
418+
my $expected-output = 756872327473;
419+
420+
check-example-solutions($problem, $expected-output, @authors)
421+
}, "prob100";
422+
413423
skip("prob104-moritz.pl takes too long to run");
414424
if False {
415425
subtest {

0 commit comments

Comments
 (0)