Change readme

This commit is contained in:
TinyAtoms 2019-05-28 18:17:26 -03:00
parent 2450e1009b
commit 48b2d2042d

View File

@ -1,6 +1,6 @@
use 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 to build the project