Go to file
2019-06-20 08:08:02 -03:00
headers commenting my code 2019-06-20 08:08:02 -03:00
.gitignore Added gitignore and Devguide 2019-05-28 18:28:20 -03:00
Customer.cpp commenting my code 2019-06-20 08:08:02 -03:00
Development Guidelines.md Added gitignore and Devguide 2019-05-28 18:28:20 -03:00
main.cpp commenting my code 2019-06-20 08:08:02 -03:00
Park_spot.cpp commenting my code 2019-06-20 08:08:02 -03:00
Park_time.cpp Structure change 2019-05-28 18:02:52 -03:00
readme.md Change readme 2019-05-28 18:17:26 -03:00

use

g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe

to build the project