diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-08 07:49:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-08 07:49:46 +0100 |
| commit | a299e1723f0a700a892720badab2e06a202d1eda (patch) | |
| tree | 474675a9361b5c7ee805d60972f140fb81380366 /2024/learned.txt | |
| parent | b3231ba7503f551f09b588355dd9f8145282709c (diff) | |
| download | aoc-a299e1723f0a700a892720badab2e06a202d1eda.tar.gz aoc-a299e1723f0a700a892720badab2e06a202d1eda.zip | |
Day 8 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 3a01fc0..86d32ff 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -6,3 +6,4 @@ List of things I learned (or refreshed) with this year's AoC. | |||
| 6 | * Day 4: nothing special, some practice with classic and a weird trick | 6 | * Day 4: nothing special, some practice with classic and a weird trick |
| 7 | to assign two variables at once with a pair of references pair<int&, int&> | 7 | to assign two variables at once with a pair of references pair<int&, int&> |
| 8 | * Day 5: std::find and std::replace | 8 | * Day 5: std::find and std::replace |
| 9 | * Day 8: set::insert_range(), but it is from C++23 only | ||
