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 2d59e3b commit ea2962aCopy full SHA for ea2962a
vyxal/no_output.vy
@@ -0,0 +1,2 @@
1
+## HAHAHAHA, IT'S IMPOSSIBLE TO OUTPUT NOTHING INTO THE COMMAND LINE!!! MWAHAHAHHAA (NO EMPTY STRINGS DO NOT COUNT)
2
+""
vyxal/test.ps1
@@ -26,6 +26,7 @@ java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
26
java -jar $vyxal --file "$PSScriptRoot\five_hellos.vy" &&
27
java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
28
java -jar $vyxal --file "$PSScriptRoot\hypot.vy" 3 4 &&
29
+java -jar $vyxal --file "$PSScriptRoot\no_output.vy" &&
30
java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
31
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |
32
Assert-MatchTests &&
0 commit comments