Program:- #include<iostream> using namespace std; int main() { cout<<"HELLO WORLD\n"; return 0; } Output:-
No comments:
Post a Comment