Created
August 20, 2020 19:29
-
-
Save mkock/ff5f89f6cb9ea320aa1d89c1e05f1310 to your computer and use it in GitHub Desktop.
Bus Ride, code snippet 30
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
| Starting simulation | |
| Express Line: starting | |
| Express Line: arriving at "Downtown" | |
| Passenger with SSN 12345612-22: charged 5.00 of arbitrary money | |
| Express Line: boarded passenger with SSN "12345612-22" | |
| Passenger with SSN 11223322-67: charged 3.50 of arbitrary money | |
| Express Line: boarded passenger with SSN "11223322-67" | |
| Passenger with SSN "12345612-22" is heading to "The University" | |
| Passenger with SSN "11223322-67" is heading to "The Village" | |
| Express Line: carrying 2 passengers: heading for next stop | |
| Express Line: arriving at "The University" | |
| Express Line: unboarded passenger with SSN "12345612-22" | |
| Passenger with SSN "11223322-67" is heading to "The Village" | |
| Express Line: reached the end of the line, everybody out | |
| Express Line: unboarded passenger with SSN "11223322-67" | |
| Simulation done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment