We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a108059 commit 5bc31f4Copy full SHA for 5bc31f4
src/scala/Bogosort.scala
@@ -20,4 +20,3 @@ object Main extends App {
20
println(s"Unsorted data: $data")
21
println(s"Sorted data: ${bogosort(data)}")
22
}
23
-
0 commit comments