main.cpp (first update)
user_2508819
plain_text
09/16/2023 12:47 PM
524 B
14
Indexable
#include "user.h"
// #include "doctor.h"
// #include "mohadmin.h"
int main()
{
cout << "=============================================================" << endl;
cout << "|| Welcome to MyDengue Surveillance System ||" << endl;
cout << "=============================================================" << endl;
User u;
u.Print();
return 0;
}
Editor is loading...