exercism / cpp

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

feat: add auto concept #836

Closed vaeng closed 4 months ago

vaeng commented 4 months ago

As we will soon have a smart pointer concept, it makes sense to introduce auto as well.