From 7d30b9a5e50676881e47fb3ee87b65db4b020493 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 19:55:18 +0000 Subject: Remove ` --- src/content/chapter0_basics/lesson01_hello_world/text.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/content/chapter0_basics/lesson01_hello_world') diff --git a/src/content/chapter0_basics/lesson01_hello_world/text.html b/src/content/chapter0_basics/lesson01_hello_world/text.html index 8e2033a..ec4fb10 100644 --- a/src/content/chapter0_basics/lesson01_hello_world/text.html +++ b/src/content/chapter0_basics/lesson01_hello_world/text.html @@ -1,9 +1,10 @@ +

Here is a program that prints out the text "Hello, Joe!".

- Here is a program that prints out the text "Hello, Joe!". -

-

- It does this by using the `println` function which has been imported from the - gleam/io + It does this by using the println function which has been + imported from the + gleam/io module, which is part of the Gleam standard library.

-- cgit v1.2.3