Skip to content

Commit 91fa52c

Browse files
committed
Added anagrams and clockhand
1 parent 70e46d2 commit 91fa52c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

vyxal/anagrams.vy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
?⧖(n|n,
1+
⧖(|n,

vyxal/clockhands.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
60#=①›①ɾJ1½+#$³×55∻#$²‰#$‰(|n⎘ᐕ①‰“':j,

vyxal/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ $Error.clear()
1616
java -jar $vyxal --file "$PSScriptRoot\anagrams.vy" rats |
1717
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
1818
Assert-MatchTests &&
19+
java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
20+
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
21+
Assert-MatchTests &&
1922
java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
2023
java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
2124
ForEach-Object 'foo';

0 commit comments

Comments
 (0)