This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * ============================================================ | |
| * THE GAME OF REAL LIFE — BANKING ENGINE v1.0 | |
| * File: BankingEngine.gs | |
| * ============================================================ | |
| * Manages checking and savings accounts separately. | |
| * | |
| * CHECKING: | |
| * - Receives all paychecks | |
| * - No interest |