mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -285,7 +285,7 @@ REM I think tourism calculations are actually wrong in the original code!
|
||||
1969 PRINT "HOW MUCH DID YOU HAVE IN THE TREASURY";
|
||||
1970 INPUT RALLODS
|
||||
1971 IF RALLODS<0 THEN 1590
|
||||
1975 PRINT "HOW MANY COUNTRYMEN";
|
||||
1975 PRINT "HOW MANY COUNTRYMEN";
|
||||
1976 INPUT COUNTRYMEN
|
||||
1977 IF COUNTRYMEN<0 THEN 1590
|
||||
1980 PRINT "HOW MANY WORKERS";
|
||||
|
||||
Reference in New Issue
Block a user