main.cpp (first update)
user_2508819
plain_text
2 years ago
391 B
11
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...