From 3908f1c57a4e531bd79d7425b4945985cd7fabea Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 19 Jan 2024 13:43:58 +0000 Subject: Wording --- src/content/chapter0_basics/lesson01_hello_world/text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/chapter0_basics') diff --git a/src/content/chapter0_basics/lesson01_hello_world/text.html b/src/content/chapter0_basics/lesson01_hello_world/text.html index ec4fb10..5142301 100644 --- a/src/content/chapter0_basics/lesson01_hello_world/text.html +++ b/src/content/chapter0_basics/lesson01_hello_world/text.html @@ -9,8 +9,8 @@

In a normal Gleam program this program would be run use the command - gleam run on the command line, but here in this tutorial the - program is automatically compiled and run as the code is edited. + gleam run on the command line, but here in this tour the program + is automatically compiled and run as the code is edited.

Try changing the text being printed to Hello, Mike! and see what -- cgit v1.2.3