exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
257 stars 212 forks source link

feat: add rotational cipher exercise #762

Closed vaeng closed 9 months ago

vaeng commented 9 months ago

According to https://gist.github.com/ErikSchierboom/2f121db2bc55003129408edcd19183dc, this exercise is the second most popular (among other tracks) exercise, that has not yet been made available on the cpp track.

Let's change that.