From 3c8331701f9f77c28847d678b935d5efb9a5d575 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 19 Dec 2024 07:21:47 +0100 Subject: Improved part 2 day 19 2024 with string_view --- 2024/learned.txt | 1 + 1 file changed, 1 insertion(+) (limited to '2024/learned.txt') diff --git a/2024/learned.txt b/2024/learned.txt index 440571a..ba00c6c 100644 --- a/2024/learned.txt +++ b/2024/learned.txt @@ -9,3 +9,4 @@ List of things I learned (or refreshed) with this year's AoC. * Day 8: set::insert_range(), but it is from C++23 only * Day 9: std::views * Day 11: if(init; cond) +* Day 19: more practice with std::string_view for constant string -- cgit v1.3