diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-01-10 09:18:04 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-01-10 09:18:04 +0000 |
| commit | 54edabaf2afeb407d01d88c19d894823f85d5125 (patch) | |
| tree | 4e4a4fbda6b3023c3d3840a1daae50a49fca9c86 /challenge-004/abigail/node/ch-1.js | |
| parent | 29b9eeeb95555dbcf1f375c89910c83ac83abd8d (diff) | |
| parent | e9411bdc7658179af3f23d3ada7970323547a7d7 (diff) | |
| download | perlweeklychallenge-club-54edabaf2afeb407d01d88c19d894823f85d5125.tar.gz perlweeklychallenge-club-54edabaf2afeb407d01d88c19d894823f85d5125.tar.bz2 perlweeklychallenge-club-54edabaf2afeb407d01d88c19d894823f85d5125.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'challenge-004/abigail/node/ch-1.js')
| -rw-r--r-- | challenge-004/abigail/node/ch-1.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/challenge-004/abigail/node/ch-1.js b/challenge-004/abigail/node/ch-1.js index aba62f0098..5316f4660d 100644 --- a/challenge-004/abigail/node/ch-1.js +++ b/challenge-004/abigail/node/ch-1.js @@ -1,11 +1,11 @@ #!/usr/local/bin/node // -// See ../README.md +// See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 // // -// Run as: node ch-1.js < input-file +// Run as: node ch-1.js // let pi = "%(uP7+Y`ME)gy(7')v?;%s^qc(Mj1}16idp'ONGs'2m.o,1HLY'}~P61@@Y-" + @@ -37,7 +37,7 @@ let pi = "%(uP7+Y`ME)gy(7')v?;%s^qc(Mj1}16idp'ONGs'2m.o,1HLY'}~P61@@Y-" + "'S/z}#vS|i)S9[=*/nCG)PMaY-{pML);vN?%kRcr#*.Tg,x;42'(1w.0dA)S" + ")-us%.#1$R-rkwf%m%B-(ctK8+4Sn^%*C1Y-wqsr%eNg11%$De&&07q+%1>-" + "+mCl2%)V#w%#y:[,?t*D$64`9.U+{`-SBX-+gi/o)0B$q#V$tW+#lmM)';EH" + - "%yFPZ/Gy(~,dl@h)A&ju-Co2,-du++)[Awk&wE}p*H;._.[]4W+Eb7K#iiKB"; + "%yFPZ/Gy(~,dl@h)A&ju-Co2,-du++)[Awk&wE}p*H;._.[]4W+Eb7K#iiK?"; let printf = require ('printf') @@ -67,9 +67,8 @@ process . stdout . write ("\n") // -// FODDER FODDER FODDER FODDER FODDER FODDER FODDER -// FODDER FODDER FODDER FODDER FODDER FODDER FODDER -// FODDER FODDER FODDER FODDER FODDER FODDER FODDER -// FODDER FODDER FODDER FODDER FODDER FODDER FODDER -// FODDER FODDER FODDER FODDER FODDER FODDER FODDER +// FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +// FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +// FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +// FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER // |
