Fun with Kotlin: Calculate Hamming Distance between DNA strands
I've started having even more fun with Kotlin. One way you can learn Kotlin is by practicing and solving real exercises. That's how I discovered Exercism.org, a free way to learn dozens of languages by jumping head first into problems. One of their first exercises for learning Kotlin is calculating the Hamming Distance between DNA strands.