exercism / wren

Exercism exercises in Wren.
https://exercism.org/tracks/wren
MIT License
5 stars 14 forks source link

Add parallel-letter-frequency exercise #174

Closed glennj closed 7 months ago

glennj commented 7 months ago

This also adds the "files" section of the track config.json -- https://exercism.org/docs/building/tracks/config-json#h-files

Of note: this uses concurrency but is not really "parallel" processing.