From ca1daf0f9da43b6450136eb84d3eda37d1f9f0d0 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 15 Apr 2021 18:59:55 +0200 Subject: bc programs not taking input should quit. --- challenge-108/abigail/bc/ch-2.bc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit