JortSort: Difference between revisions

9 bytes removed ,  6 years ago
→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details
(Added Kotlin)
(→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details)
Line 447:
val d = arrayOf('C', 'D', 'A', 'E', 'B')
printResults(d)
}</lang>
}
</lang>
 
{{out}}