Merge branch 'readmefix' of AP-CT/Parkmanne into master

This commit is contained in:
Shaquille Soekhlal 2019-05-28 21:32:27 +00:00 committed by Gitea
commit e2c23647a5

View File

@ -1,6 +1,6 @@
use
```
g++ ./src/main.cpp ./src/Park_time.cpp ./src/Customer.cpp ./src/Park_spot.cpp -o test.exe
g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe
```
to build the project