diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-03 07:56:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-03 07:56:46 +0100 |
| commit | 4aebede600c180b51d0b6ded0e42ec8a4223283e (patch) | |
| tree | 09547476e925ec7e298888d5df9c4d21c80d2f95 /2024/learned.txt | |
| parent | 5a23d15ff9bb69d9e9b52e543596e75af3b090f9 (diff) | |
| download | aoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.tar.gz aoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.zip | |
Added day 3 (bleah)
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 56101dd..63a0a71 100644 --- a/2024/learned.txt +++ b/2024/learned.txt | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | List of things I learned (or refreshed) with this year's AoC. | 1 | List of things I learned (or refreshed) with this year's AoC. |
| 2 | 2 | ||
| 3 | * Day 1: std::count() | 3 | * Day 1: std::count() |
| 4 | * Day 2: std::sstream | ||
| 5 | * Day 3: std::string_view | ||
