Skip to content

Instantly share code, notes, and snippets.

@mkock
Created August 20, 2020 19:29
Show Gist options
  • Select an option

  • Save mkock/ff5f89f6cb9ea320aa1d89c1e05f1310 to your computer and use it in GitHub Desktop.

Select an option

Save mkock/ff5f89f6cb9ea320aa1d89c1e05f1310 to your computer and use it in GitHub Desktop.
Bus Ride, code snippet 30
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