From 12f6f7189f8f8dd7b25bfe0bc40c0799acdc41eb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 16:39:55 -0400 Subject: [PATCH] Add placeholder --- lesson-templates/lesson-03-variables.tm | 1 + 1 file changed, 1 insertion(+) diff --git a/lesson-templates/lesson-03-variables.tm b/lesson-templates/lesson-03-variables.tm index 835a9b1..8d62c6b 100644 --- a/lesson-templates/lesson-03-variables.tm +++ b/lesson-templates/lesson-03-variables.tm @@ -22,6 +22,7 @@ func main(): # Declare a variable called `y` and give it the # value "okay" + ??? >> y = "okay"