main.cpp (first update)

 avatar
user_2508819
plain_text
a year ago
391 B
1
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;
}