Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

Hello World!

Program using C++

#include<iostream>
using namespace std;
int main(){
cout<<Hello,World;
return 0;
}

You might also like