From cb5409052a3c9814f6aba2cbe12b2e1cf6cea489 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 16 Jan 2025 04:18:12 -0500 Subject: [PATCH] Add timing for const slide (#2556) I think this was missed when it split from the static slide. In the last course session, we spent a fair amount of time on this slide. --- src/user-defined-types/const.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/user-defined-types/const.md b/src/user-defined-types/const.md index 17b49740..102ca0c5 100644 --- a/src/user-defined-types/const.md +++ b/src/user-defined-types/const.md @@ -1,3 +1,7 @@ +--- +minutes: 10 +--- + # `const` Constants are evaluated at compile time and their values are inlined wherever