mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Modified comment
This commit is contained in:
@@ -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()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user