From 4efb34bd728732101432843ed0bfbeb971272287 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 21 Dec 2023 14:03:41 +0000 Subject: Add chapters --- lessons/src/lesson010_discard_patterns/text.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lessons/src/lesson010_discard_patterns/text.html (limited to 'lessons/src/lesson010_discard_patterns/text.html') diff --git a/lessons/src/lesson010_discard_patterns/text.html b/lessons/src/lesson010_discard_patterns/text.html deleted file mode 100644 index 46dc79b..0000000 --- a/lessons/src/lesson010_discard_patterns/text.html +++ /dev/null @@ -1,10 +0,0 @@ -

- If a variable is assigned but not used then Gleam will emit a warning. -

-

- If a variable is intended not to be use then the name can be prefixed with an - underscore, silencing the warning. -

-

- Try changing the variable name to score to see the warning. -

-- cgit v1.2.3