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"