Hello-World my first program #include using namespace std; int main() { cout<<"HELLO WORLD !"; return 0; }