X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=b.js;fp=b.js;h=bd26c0e81292fa96ae26821905e81c39232cda4e;hb=5e864363bc2d889edec9c5fe29336a8106201719;hp=ca5e66dd52048868064960379b9eca4be6429775;hpb=f12842e5a4ef531e38024e16f91b21c99ce1de92;p=clo 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*/