Skip to content

Commit 6a13842

Browse files
committed
Added ses
1 parent d214024 commit 6a13842

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vyxal/sum_of_even_squares.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#?ʎe}⍾²}∑

vyxal/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
2727
java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
2828
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |
2929
Assert-MatchTests &&
30+
java -jar $vyxal --file "$PSScriptRoot\sum_of_even_squares.vy" 6 7 4 2 |
31+
Compare-Object 56 |
32+
Assert-MatchTests &&
3033
ForEach-Object 'foo';
3134

3235
if ($Error -or !$?) {

0 commit comments

Comments
 (0)