https://github.com/subintp/parking_lot
https://github.com/subintp/parking_lot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subintp/parking_lot
- Owner: subintp
- Created: 2018-02-28T06:09:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T06:10:12.000Z (over 8 years ago)
- Last Synced: 2025-01-15T11:15:56.024Z (over 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Instructions to run code
- cd into project folder
- ```./parking_lot``` (for interactive mode)
- ```./parking_lot parking_lot_input.txt``` (to take input from file)
- If you are not able to execute this script check permissions for file and make your file executable by running ```chmod +x parking_lot```
Tested and Developed in ruby 2.1.2p95