Submission for Parking lot problem.
To run the interactive mode (CLI), simply ignore the
tests/test_input.txt
argument in the following commands.
$ bin/setup
$ bin/parking_lot tests/test_input.txt
To run functaionl spec,
$ bin/run_functional_tests
Note: The shell scripts fallback to Docker, if Python version 3.7+ is not detected in the system.
$ python src/main.py tests/test_input.txt
$ docker build -t gojek-submission-satwik .
$ docker run -it gojek-submission-satwik tests/test_input.txt