Modified comment

This commit is contained in:
James Allenspach
2022-01-02 10:18:35 -06:00
parent 7605116b06
commit e37cad9ae3

View File

@@ -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()) {