diff options
| author | Abigail <abigail@abigail.be> | 2021-01-22 15:56:52 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-01-22 15:56:52 +0100 |
| commit | 674232e2c4cc94045c30259726508a1296976f5e (patch) | |
| tree | fbc9c36fe06989eb4c042b3877f24fe685b3696b | |
| parent | f099a71ae4c4ded3d6abc979eb852ca6b1910983 (diff) | |
| download | perlweeklychallenge-club-674232e2c4cc94045c30259726508a1296976f5e.tar.gz perlweeklychallenge-club-674232e2c4cc94045c30259726508a1296976f5e.tar.bz2 perlweeklychallenge-club-674232e2c4cc94045c30259726508a1296976f5e.zip | |
Remove redundant comment
| -rwxr-xr-x | challenge-096/abigail/node/ch-1.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/challenge-096/abigail/node/ch-1.js b/challenge-096/abigail/node/ch-1.js index 16d4f3eada..15aa190086 100755 --- a/challenge-096/abigail/node/ch-1.js +++ b/challenge-096/abigail/node/ch-1.js @@ -8,9 +8,6 @@ // Run as: node ch-1.js < input-file // -// -// Read STDIN. Split on newlines, filter out empty lines, then call "main". -// require ("fs") . readFileSync (0) // Read all. . toString () // Turn it into a string. |
