// yourname: Hello World //my first program #include using namespace std; void main() { cout<<"hello World!\n"; system("pause"); }