diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 07:55:11 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 07:55:11 +0100 |
| commit | 21e1237e93703f632253f042bd5877998d81c507 (patch) | |
| tree | 671c10254bbc2ed407d8bfa99819460e56c13211 /2024/learned.txt | |
| parent | cffdd7d528607f7281fc0a1fed9195e711c1b70f (diff) | |
| download | aoc-21e1237e93703f632253f042bd5877998d81c507.tar.gz aoc-21e1237e93703f632253f042bd5877998d81c507.zip | |
Day 23 2024
Diffstat (limited to '2024/learned.txt')
| -rw-r--r-- | 2024/learned.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/learned.txt b/2024/learned.txt index ba00c6c..8dce20a 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -10,3 +10,4 @@ List of things I learned (or refreshed) with this year's AoC. | |||
| 10 | * Day 9: std::views | 10 | * Day 9: std::views |
| 11 | * Day 11: if(init; cond) | 11 | * Day 11: if(init; cond) |
| 12 | * Day 19: more practice with std::string_view for constant string | 12 | * Day 19: more practice with std::string_view for constant string |
| 13 | * Day 22: std::views::values for map (and keys) | ||
