Readme fix #1

Merged
Hello_User merged 1 commits from readmefix into master 2019-05-28 21:32:27 +00:00

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