Skip to content

Commit f68cdac

Browse files
committed
Added a slow triple program :)
1 parent 6a13842 commit f68cdac

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vyxal/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
3030
java -jar $vyxal --file "$PSScriptRoot\sum_of_even_squares.vy" 6 7 4 2 |
3131
Compare-Object 56 |
3232
Assert-MatchTests &&
33+
java -jar $vyxal --file "$PSScriptRoot\triple.vy" |
34+
Compare-Object (Get-Content "$PSScriptRoot\..\test\triple_expected") |
35+
Assert-MatchTests &&
3336
ForEach-Object 'foo';
3437

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

vyxal/triple.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
40ɾ3℈ʎʈ↝²∑½√↜=}(|nᏜ, j,

0 commit comments

Comments
 (0)