can save to db
This commit is contained in:
2
main.cpp
2
main.cpp
@ -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);
|
||||
|
Reference in New Issue
Block a user