Skip to content

Commit f52a30d

Browse files
committed
[euler] add expected output for prob030
1 parent ee436d9 commit f52a30d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/categories/euler.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ subtest {
316316

317317
my $problem = "prob030";
318318
my @authors = <andreoss>;
319+
my $expected-output = 443839;
320+
319321
check-example-solutions($problem, $expected-output, @authors)
320322
}, "prob030";
321323

0 commit comments

Comments
 (0)