From 11861d23247e8cb9103347228222d4ada5571461 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 16:13:54 -0400 Subject: [PATCH] Remove debug code --- lesson-templates/lesson-10-structs.tm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lesson-templates/lesson-10-structs.tm b/lesson-templates/lesson-10-structs.tm index 0872d63..c17368a 100644 --- a/lesson-templates/lesson-10-structs.tm +++ b/lesson-templates/lesson-10-structs.tm @@ -40,7 +40,3 @@ func main(): >> Point.squared_int(5) = ??? - - >> Int.abs(-2) - - >> -2:abs()