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 4f7aaec commit 25b50aaCopy full SHA for 25b50aa
sorts/bogo_sort.nim
@@ -38,4 +38,4 @@ when isMainModule:
38
test "sort an array of strings":
39
var arr = @["c", "a", "b"]
40
bogoSort(arr)
41
- check isSorted(arr)
+ check isSorted(arr)
0 commit comments