diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-04 08:07:57 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-04 08:07:57 +0100 |
| commit | 59892b65a9810044ca7f135e39c8d44094224c85 (patch) | |
| tree | eaaeefa9253f2828bf17fe79ac2f690fe9bd708c /2024/learned.txt | |
| parent | 4aebede600c180b51d0b6ded0e42ec8a4223283e (diff) | |
| download | aoc-59892b65a9810044ca7f135e39c8d44094224c85.tar.gz aoc-59892b65a9810044ca7f135e39c8d44094224c85.zip | |
Day 4 2024
Diffstat (limited to '2024/learned.txt')
| -rw-r--r-- | 2024/learned.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2024/learned.txt b/2024/learned.txt index 63a0a71..4ab29b1 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -3,3 +3,5 @@ List of things I learned (or refreshed) with this year's AoC. | |||
| 3 | * Day 1: std::count() | 3 | * Day 1: std::count() |
| 4 | * Day 2: std::sstream | 4 | * Day 2: std::sstream |
| 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 | ||
| 7 | to assign two variables at once with a pair of references pair<int&, int&> | ||
