We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85003a9 commit 219e6a1Copy full SHA for 219e6a1
t/categories/euler.t
@@ -2,7 +2,7 @@ use v6;
2
3
use Test;
4
5
-plan 43;
+plan 44;
6
7
subtest {
8
plan 5;
@@ -410,6 +410,16 @@ if False {
410
}, "prob092";
411
}
412
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
423
skip("prob104-moritz.pl takes too long to run");
424
if False {
425
0 commit comments