diff options
| author | Abigail <abigail@abigail.be> | 2021-04-15 18:59:55 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-04-15 18:59:55 +0200 |
| commit | ca1daf0f9da43b6450136eb84d3eda37d1f9f0d0 (patch) | |
| tree | 425ae55e7289e2e6b2783462ef56062cba9ef489 | |
| parent | f4f74541386e7d473017e82ee919677fa61d667f (diff) | |
| download | perlweeklychallenge-club-ca1daf0f9da43b6450136eb84d3eda37d1f9f0d0.tar.gz perlweeklychallenge-club-ca1daf0f9da43b6450136eb84d3eda37d1f9f0d0.tar.bz2 perlweeklychallenge-club-ca1daf0f9da43b6450136eb84d3eda37d1f9f0d0.zip | |
bc programs not taking input should quit.
| -rw-r--r-- | challenge-108/abigail/bc/ch-2.bc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-108/abigail/bc/ch-2.bc b/challenge-108/abigail/bc/ch-2.bc index b226f65322..ba95c81011 100644 --- a/challenge-108/abigail/bc/ch-2.bc +++ b/challenge-108/abigail/bc/ch-2.bc @@ -3,7 +3,8 @@ # # -# Run as: bc ch-1.bc +# Run as: bc ch-2.bc # "1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147 " +quit |
