From fdf91a566b2f07129ccd44c193d92c7f8aea236d Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 9 Jan 2025 23:16:38 -0500 Subject: [PATCH] generate random sentences and paragraphs --- src/pages/hello-computer.astro | 43 ++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/src/pages/hello-computer.astro b/src/pages/hello-computer.astro index ed23240..e06bf76 100644 --- a/src/pages/hello-computer.astro +++ b/src/pages/hello-computer.astro @@ -12,14 +12,49 @@ import dictionary from '../dictionary.txt?raw';