📅  最后修改于: 2022-03-11 14:44:58.835000             🧑  作者: Mango
#include
#include
void main()
{
clrscr(); // clear the screen
cout<<"Hello Compiler, I am C++";
getch(); // holds output screen until user press a key
}