From e37cad9ae3893b68797901fea888848790fed672 Mon Sep 17 00:00:00 2001 From: James Allenspach Date: Sun, 2 Jan 2022 10:18:35 -0600 Subject: [PATCH] Modified comment --- 05_Bagels/perl/bagels.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/05_Bagels/perl/bagels.pl b/05_Bagels/perl/bagels.pl index 92318e13..739ded0e 100755 --- a/05_Bagels/perl/bagels.pl +++ b/05_Bagels/perl/bagels.pl @@ -16,12 +16,11 @@ sub yes_input { } # Main code starts here. -# -# Provide instructions if requested print ' 'x32; print "Bagels\n"; print ' 'x14; print "Creative Computing Morristown, New Jersey\n\n"; +# Provide instructions if requested print "Would you like the rules (yes or no)? "; if (yes_input()) {