diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-05 08:02:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-05 08:02:45 +0100 |
| commit | a937350ab20adc0f8172c4d99f4d711e92dfd947 (patch) | |
| tree | 77db9835272d828adbe0ea9f9c3989dff9c9eb5c /2024/learned.txt | |
| parent | 59892b65a9810044ca7f135e39c8d44094224c85 (diff) | |
| download | aoc-a937350ab20adc0f8172c4d99f4d711e92dfd947.tar.gz aoc-a937350ab20adc0f8172c4d99f4d711e92dfd947.zip | |
Day 5 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 4ab29b1..3a01fc0 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -5,3 +5,4 @@ List of things I learned (or refreshed) with this year's AoC. | |||
| 5 | * Day 3: std::string_view | 5 | * Day 3: std::string_view |
| 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 | ||
