From 04ec0d86c8b43d1cca48adc937b3e596a10577a1 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 26 Mar 2024 11:36:11 +0000 Subject: Improve introduction of modules and imports Thanks @RyanBrewer317! --- src/content/chapter0_basics/lesson01_hello_world/code.gleam | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/content/chapter0_basics/lesson01_hello_world/code.gleam') diff --git a/src/content/chapter0_basics/lesson01_hello_world/code.gleam b/src/content/chapter0_basics/lesson01_hello_world/code.gleam index 67cc6b4..30530b2 100644 --- a/src/content/chapter0_basics/lesson01_hello_world/code.gleam +++ b/src/content/chapter0_basics/lesson01_hello_world/code.gleam @@ -1,7 +1,5 @@ -// Import a Gleam module from the standard library import gleam/io pub fn main() { - // Print to the console io.println("Hello, Joe!") } -- cgit v1.2.3