Add readme

This commit is contained in:
TinyAtoms 2019-05-28 13:50:11 -03:00
parent 951f8f6c15
commit 72f72fa08d

6
src/readme.md Normal file
View File

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