blob: 4ab29b1fdb319bf2665d48c43c608f7eb2499c8e (
plain)
1
2
3
4
5
6
7
|
List of things I learned (or refreshed) with this year's AoC.
* Day 1: std::count()
* Day 2: std::sstream
* Day 3: std::string_view
* Day 4: nothing special, some practice with classic and a weird trick
to assign two variables at once with a pair of references pair<int&, int&>
|