From e3c2b1a4332c3620a8bc7361f271ffdf32ec9931 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 6 Jan 2022 21:36:22 +0100 Subject: Week 004: Fix references. For part 1, this means fiddling with the fodder lines. --- challenge-004/abigail/node/ch-1.js | 5 ++--- challenge-004/abigail/node/ch-2.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'challenge-004/abigail/node') diff --git a/challenge-004/abigail/node/ch-1.js b/challenge-004/abigail/node/ch-1.js index aba62f0098..aad1be89d3 100644 --- a/challenge-004/abigail/node/ch-1.js +++ b/challenge-004/abigail/node/ch-1.js @@ -1,7 +1,7 @@ #!/usr/local/bin/node // -// See ../README.md +// See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 // // @@ -67,8 +67,7 @@ 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 diff --git a/challenge-004/abigail/node/ch-2.js b/challenge-004/abigail/node/ch-2.js index a239d89949..6327b42262 100644 --- a/challenge-004/abigail/node/ch-2.js +++ b/challenge-004/abigail/node/ch-2.js @@ -1,7 +1,7 @@ #!/usr/local/bin/node // -// See ../README.md +// See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 // // -- cgit From b5f0bb3367e23fb81e170d3796d871f5e349877d Mon Sep 17 00:00:00 2001 From: Abigail Date: Fri, 7 Jan 2022 15:44:29 +0100 Subject: Week 4, part 1: Fix 'Run as:' line for Go, Java and Node.js --- challenge-004/abigail/node/ch-1.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'challenge-004/abigail/node') diff --git a/challenge-004/abigail/node/ch-1.js b/challenge-004/abigail/node/ch-1.js index aad1be89d3..cc75958b8f 100644 --- a/challenge-004/abigail/node/ch-1.js +++ b/challenge-004/abigail/node/ch-1.js @@ -5,7 +5,7 @@ // // -// 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-" + @@ -67,8 +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 // -- cgit From 395f87e5947194f9cd61a8e48fb04fd30bfc14d7 Mon Sep 17 00:00:00 2001 From: Abigail Date: Sun, 9 Jan 2022 21:54:05 +0100 Subject: Week 4, part 1: All languages should give the same result. Make we all languages have the same rounding issues. --- challenge-004/abigail/node/ch-1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-004/abigail/node') diff --git a/challenge-004/abigail/node/ch-1.js b/challenge-004/abigail/node/ch-1.js index cc75958b8f..5316f4660d 100644 --- a/challenge-004/abigail/node/ch-1.js +++ b/challenge-004/abigail/node/ch-1.js @@ -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') -- cgit