create some parking app giving a string separating comas and store them into a list.
Anónimo
I did write 3 solutions, 1. classic way. 2. more efficient trying to have the best linear time, 3. using interfaces in order to have lots of room for expansion. added even a way to terminate the program. Also added lots of comments and a readme file explaining.