hospital program

can anyone plz tell me the how to make the hospital program
This is my best guess.
1
2
3
4
int main()
{
    std::cout << "I'm a hospital!" << std::endl;
}
Topic archived. No new replies allowed.