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 cbe54a8 commit 52082c5Copy full SHA for 52082c5
nim/.gitignore
@@ -1,3 +1,4 @@
1
*
2
!*/
3
!*.*
4
+*.exe
nim/test.ps1
@@ -8,13 +8,6 @@ function Assert-MatchTests {
8
}
9
10
11
-$bin = "$PSScriptRoot\bin"
12
-
13
-# First check if folder bin exists. If not, make a new bin folder.
14
-if (!(Test-Path -Path $bin)) {
15
- New-Item -Path $bin -Type Directory
16
-}
17
18
$Error.clear()
19
nim c "$PSScriptRoot\permutations.nim" && . "$PSScriptRoot\permutations.exe" I like carrots |
20
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |
0 commit comments