From 86da306876a45921a16e304714f6a9de1851fae1 Mon Sep 17 00:00:00 2001 From: Kris Jusiak Date: Mon, 11 Dec 2023 06:07:05 -0600 Subject: [PATCH] Type update --- tips/360.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips/360.md b/tips/360.md index 770ba43..349a955 100644 --- a/tips/360.md +++ b/tips/360.md @@ -24,7 +24,7 @@ int main() {

Puzzle

-* **Can you implement `strcat` using spanstream? +* **Can you implement `strcat` using spanstream?** ```cpp [[nodiscard]] constexpr auto strcat(auto...); // TODO