diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-25 00:40:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-25 00:40:50 +0100 |
| commit | 19be9f44dbecdde03662be2248eda5b739d67038 (patch) | |
| tree | c38bfee181b388b777da27a63cae19ce7e7861eb /2024/learned.txt | |
| parent | 21e1237e93703f632253f042bd5877998d81c507 (diff) | |
| download | aoc-19be9f44dbecdde03662be2248eda5b739d67038.tar.gz aoc-19be9f44dbecdde03662be2248eda5b739d67038.zip | |
Day 24 2024 still don't know how I managed to solve this
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 8dce20a..844def5 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -11,3 +11,4 @@ List of things I learned (or refreshed) with this year's AoC. | |||
| 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) | 13 | * Day 22: std::views::values for map (and keys) |
| 14 | * Day 24: std::fill | ||
