From 5e864363bc2d889edec9c5fe29336a8106201719 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Mon, 13 Nov 2023 23:45:49 +0800 Subject: [PATCH] add b.js --- b.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b.js b/b.js index ca5e66d..bd26c0e 100644 --- a/b.js +++ b/b.js @@ -9,7 +9,7 @@ let clo = new cloLib.Clo(); /* CLO: beginning of middle part*/ clo.mainStream = /* CLO: end of middle part*/ -[`The`, ` `]; +[`In`, ` `, `the`, ` `, `beginning`, ` `, `was`, ` `, `the`, ` `, `Word,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `with`, ` `, `God,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `God.`, ` `, `The`, ` `, `same`, ` `, `was`, ` `, `in`, ` `, `the`, ` `, `beginning`, ` `, `with`, ` `, `God.`, ` `]; /* CLO: beginning of end part*/ clo.generatePdf(); /*CLO : end of end part*/ -- 2.39.2