From e66db486ffa57a1ce68a85ab6cb7bfbb05e260b8 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 4 Dec 2023 17:05:51 +0000 Subject: Start content --- lessons/src/lesson000_hello_world/text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lessons/src/lesson000_hello_world/text.html') diff --git a/lessons/src/lesson000_hello_world/text.html b/lessons/src/lesson000_hello_world/text.html index 46e3fc2..cb41be9 100644 --- a/lessons/src/lesson000_hello_world/text.html +++ b/lessons/src/lesson000_hello_world/text.html @@ -10,8 +10,8 @@

The tour is interactive! The code shown is editable and will be compiled and evaluated as you type. Anything you print using io.println or - io.debug will be shown in the lower right, along with any compile - errors and warnings. To evaluate Gleam code the tour compiles Gleam to + io.debug will be shown in the bottom section, along with any + compile errors and warnings. To evaluate Gleam code the tour compiles Gleam to JavaScript and runs it, all entirely within your browser window.

-- cgit v1.2.3