exercism / exalysis

Mentoring tool for the Go track on Exercism. Downloads students code, checks it and provides suggestions.
33 stars 13 forks source link

hamming: more checks #66

Open bitfield opened 5 years ago

bitfield commented 5 years ago
bitfield commented 5 years ago
tehsphinx commented 5 years ago

Suggest not splitting the input with strings.Split

Done