can save to db

This commit is contained in:
TinyAtoms
2019-06-29 22:48:49 -03:00
parent c058783a11
commit 97ed3150ec
6 changed files with 25 additions and 24 deletions

View File

@ -35,7 +35,7 @@ a wait function where 1 sec represents 1 hour irl.
using std::cout;
int main() {
class Customer sagar{"Sagar Ramsaransing", Verhicle_type::medium};
class Customer sagar{"Sagar Ramsaransing", Verhicle_type::bike};
sagar.update_db();
Park_spot p1;
p1.clock(&sagar);