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 d214024 commit 6a13842Copy full SHA for 6a13842
vyxal/sum_of_even_squares.vy
@@ -0,0 +1 @@
1
+#?ʎe}⍾²}∑
vyxal/test.ps1
@@ -27,6 +27,9 @@ java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
27
java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
28
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |
29
Assert-MatchTests &&
30
+java -jar $vyxal --file "$PSScriptRoot\sum_of_even_squares.vy" 6 7 4 2 |
31
+ Compare-Object 56 |
32
+ Assert-MatchTests &&
33
ForEach-Object 'foo';
34
35
if ($Error -or !$?) {
0 commit comments