From 29da9b51c0d918b86108bdbf0f4c6e914b240283 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 11 Jan 2024 18:25:46 +0000 Subject: Advanced features --- src/content/chapter5_advance_features/lesson02_todo/code.gleam | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/content/chapter5_advance_features/lesson02_todo/code.gleam (limited to 'src/content/chapter5_advance_features/lesson02_todo/code.gleam') diff --git a/src/content/chapter5_advance_features/lesson02_todo/code.gleam b/src/content/chapter5_advance_features/lesson02_todo/code.gleam new file mode 100644 index 0000000..d5abe8f --- /dev/null +++ b/src/content/chapter5_advance_features/lesson02_todo/code.gleam @@ -0,0 +1,7 @@ +pub fn main() { + todo as "I haven't written this code yet!" +} + +pub fn todo_without_reason() { + todo +} -- cgit v1.2.3