From f70130322cd306268c5da12c1517dc5725615ae8 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 15 Feb 2024 12:18:17 +0000 Subject: text -> en --- .../lesson00_standard_library_package/en.html | 14 ++++++++++++++ .../lesson00_standard_library_package/text.html | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 src/content/chapter4_standard_library/lesson00_standard_library_package/en.html delete mode 100644 src/content/chapter4_standard_library/lesson00_standard_library_package/text.html (limited to 'src/content/chapter4_standard_library/lesson00_standard_library_package') diff --git a/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html new file mode 100644 index 0000000..f5d7505 --- /dev/null +++ b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html @@ -0,0 +1,14 @@ +

+ The Gleam standard library is a regular Gleam package that has been published + to the Hex package repository. You could opt to + not use if you wish, though almost all Gleam projects depend on it. +

+

+ All of the modules imported so far in this guide, such as + gleam/io, are from the standard library. +

+

+ All of the documentation for the standard library is available on + HexDocs. We will go over some + of the most commonly used modules now. +

diff --git a/src/content/chapter4_standard_library/lesson00_standard_library_package/text.html b/src/content/chapter4_standard_library/lesson00_standard_library_package/text.html deleted file mode 100644 index f5d7505..0000000 --- a/src/content/chapter4_standard_library/lesson00_standard_library_package/text.html +++ /dev/null @@ -1,14 +0,0 @@ -

- The Gleam standard library is a regular Gleam package that has been published - to the Hex package repository. You could opt to - not use if you wish, though almost all Gleam projects depend on it. -

-

- All of the modules imported so far in this guide, such as - gleam/io, are from the standard library. -

-

- All of the documentation for the standard library is available on - HexDocs. We will go over some - of the most commonly used modules now. -

-- cgit v1.2.3