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 70e46d2 commit 91fa52cCopy full SHA for 91fa52c
vyxal/anagrams.vy
@@ -1 +1 @@
1
-?⧖(n|n,
+⧖(|n,
vyxal/clockhands.vy
@@ -0,0 +1 @@
+60#=①›①ɾJ1½+#$³×55∻#$²‰#$‰(|n⎘ᐕ①‰“':j,
vyxal/test.ps1
@@ -16,6 +16,9 @@ $Error.clear()
16
java -jar $vyxal --file "$PSScriptRoot\anagrams.vy" rats |
17
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
18
Assert-MatchTests &&
19
+java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
20
+ Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
21
+ Assert-MatchTests &&
22
java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
23
java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
24
ForEach-Object 'foo';
0 commit comments