main.cpp (first update)

 avataruser_2508819
plain_text
8 days ago
391 B
0
Indexable
Never
#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;
}